[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TTimer
--------------------------------------------------------------------------------

 Creating a Timer            DEFINE TIMER <oTimer> ;
                                [ INTERVAL <nInterval> ] ;
                                [ ACTION <uAction> ] ;
                                [ OF | WINDOW | DIALOG <oWnd> ]

 Activating a Timer          ACTIVATE TIMER <oTimer>

 Deactivating a Timer        DEACTIVATE TIMER <oTimer>

 Destroying a Timer          RELEASE TIMER <oTimer>


 <oTimer>        A reference to the Timer Object.

 <nInterval>     The interval time of the Timer specified in milliseconds.

 <uAction>       The action to be performed when the interval is reached.

 <oWnd>          A reference to the container Window of the Timer.

See Also: Commands Timer.ch
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson