FMX.ApplicationEvents.TApplicationEvents.OnFormsCreated

From RAD Studio API Documentation
Jump to: navigation, search

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.