FMX.ApplicationEvents.TApplicationEvents.OnAfterCreateFormHandle
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.