FMX.ApplicationEvents.TApplicationEvents.OnAfterCreateFormHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterCreateFormHandle: TFormNotifyEvent read FOnAfterCreateFormHandle write FOnAfterCreateFormHandle;

C++

__property TFormNotifyEvent OnAfterCreateFormHandle = {read=FOnAfterCreateFormHandle, write=FOnAfterCreateFormHandle};

Properties

Type Visibility Source Unit Parent
event published
FMX.ApplicationEvents.pas
FMX.ApplicationEvents.hpp
FMX.ApplicationEvents TApplicationEvents

Description

Occurs when the form allocates, native handle.