Click or drag to resize

Control.Timer Method

X#
Provide a method to be invoked at specific intervals defined when the timer is registered though the RegisterTimer() method.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Timer() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also