FMX.ApplicationEvents.TApplicationEvents.OnStateChanged
Delphi
property OnStateChanged: TApplicationStateChangedEvent read FOnStateChanged write FOnStateChanged;
C++
__property TApplicationStateChangedEvent OnStateChanged = {read=FOnStateChanged, write=FOnStateChanged};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | TApplicationEvents |
Description
Occurs when the application changes its state.