OnAsyncTimer

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWTimer > Events >

OnAsyncTimer

This event is triggered when a specified amount of time, determined by the Interval property, has passed.

 

SIGNATURE=IWCompExtCtrls.TIWTimer.OnAsyncTimer

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnAsyncTimer: TIWAsyncEvent;

C++:

__published: __property TIWAsyncEvent OnAsyncTimer;

 

Description: This is OnAsyncTimer, a member of class TIWTimer.