Vcl.Forms.TApplication.DoApplicationIdle
Delphi
procedure DoApplicationIdle;
C++
void __fastcall DoApplicationIdle();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Vcl.Forms.pas Vcl.Forms.hpp | Vcl.Forms | TApplication | 
Description
Processes messages in the Message queue for certain events.
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.