DEFINE TIMER
Creates a Timer control
  

Creates a Timer control.

SYNTAX

DEFINE TIMER <ControlName>
[ OF | PARENT<
ParentWindowName> ]
INTERVAL<
nInterval>
ACTION <
ActionProcedure> | <bBlock>
[ ONCE ]


DESCRIPTION:
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:

·   Value
Set / Gets Timer value.
·   Enabled
Set / Gets enabled state of a Timer control
·   Action
Set / Gets action of a Timer control..
·   Name (R)
Retrieves the name of a Timer control.


EVENTS

·   Action
Action to be performed every Interval


METHODS:

·   Release
Releases a Timer control from memory


EXAMPLE:

See demo in :
\Samples\Basic\Timer