Click or drag to resize

Window.RegisterTimer Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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 window.
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