RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.Idle Method

Processes messages in the Message queue for certain events.

Pascal
procedure Idle(const Msg: TMsg);
C++
__fastcall Idle(const TMsg Msg);

Idle triggers the event OnIdle, processes the events OnMouseEnter and OnMouseLeave and updates the hints. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!