CREATE TIMER
PLBCMP GUI Only
The CREATE TIMER statement initializes a TIMER object variable. The statement format is:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
parent
Optional. A previously created WINDOW or PANEL object variable or pointer to a WINDOW or PANEL object on which the object is created.
timer
Required. The name of a previously defined TIMER object variable or pointer to a TIMER object.
timeout
Required. A Numeric Variable, an Expression, or a decimal constant specifying the timeout value.
Flags Affected: NONE
Note the following:
{timeout} must be given and be greater than zero.
The {timeout} resolution is in tenths of a second.
If the optional {parent} parameter is not specified, the default window is used.
See Also: Example Code, CREATE, Object Output Instructions
![]() |