DEFINE TIMER Creates a Timer control
|
Creates a Timer control.
SYNTAX
DEFINE TIMER
<ControlName>
[ OF | PARENT<ParentWindowName> ]
INTERVAL<nInterval>
ACTION <ActionProcedure> | <bBlock>
[ ON INIT <bInit>]
[ ONCE ]
ControlName
|
A reference to the Timer Control
|
ParentWindowName
|
A reference to the Parent Window.
|
nInterval
|
Interval to execute ActionProcedure
| bBlock
|
ActionProcedure
|
An action to be Performed every nInterval
|
PROPERTIES:
Set / Gets Timer value.
| |
Set / Gets enabled state of a Timer control
| |
Set / Gets action of a Timer control..
| |
Retrieves the name of a Timer control.
|
EVENTS
Action to be performed every Interval
|
METHODS:
Releases a Timer control from memory
|
EXAMPLE: