DEFINE TIMER
  

Creates a timer control.

SYNTAX

DEFINE TIMER <ControlName>
[ OF | PARENT<
cParentWindowName> ]
INTERVAL<
nInterval>
ACTION <
ActionProcedureName> | <bBlock>


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