Vcl.Forms.TApplication.Idle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Idle(const Msg: TMsg);

C++

void __fastcall Idle(const tagMSG &Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Processes messages in the Message queue for certain events.

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