Xojo.Core.Timer.CancelCall

From Xojo Documentation

Shared Method

Used to cancel a previously scheduled CallLater that has not yet been run.


Shared Method

Used to cancel a previously scheduled CallLater that has not yet been run.

Sample Code

Cancel the ClearLabel callback:

Xojo.Core.Timer.CancelCall(AddressOf ClearLabel)

Cancel the SetLabel callback:

Xojo.Core.Timer.CancelCall(AddressOf SetLabel)