Click or drag to resize

Control.RegisterTimer Method

X#
Register a timer method to be invoked for the control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RegisterTimer(
	nInterval,
	lOneTime
) AS USUAL CLIPPER
Request Example View Source

Parameters

nInterval (Optional)
Type: Usual
Time interval, in seconds, between calls to the Timer() method of the control.
lOneTime (Optional)
Type: Usual
Logical value indicating if the timer is called just once (TRUE), or multiple times (FALSE). If omitted, the default is FALSE.

Return Value

Type: Usual
See Also