RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.DoApplicationIdle Method

Processes messages in the Message queue for certain events.

Pascal
procedure DoApplicationIdle;
C++
__fastcall DoApplicationIdle();

The DoApplicationIdle method forces a call to the protected method TApplication.Idle. 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!