FMX.ApplicationEvents.TApplicationEvents.OnIdle
Delphi
property OnIdle: TIdleEvent read FOnIdle write SetOnIdle;
C++
__property Fmx::Forms::TIdleEvent OnIdle = {read=FOnIdle, write=SetOnIdle};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | TApplicationEvents |
Description
Occurs when an application becomes idle.
This property passes the handler directly to the Application. If using multiple instances of TApplicationEvents, then only one handler set last will work