FMX.ApplicationEvents.TApplicationEvents.OnFormsCreated
Delphi
property OnFormsCreated: TNotifyEvent read FOnFormsCreated write FOnFormsCreated;
C++
__property System::Classes::TNotifyEvent OnFormsCreated = {read=FOnFormsCreated, write=FOnFormsCreated};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | TApplicationEvents |
Description
Occurs when the FMX platform is ready to create the form's backend.