FMX.ApplicationEvents.TFormNotifyEvent
Delphi
TFormNotifyEvent = procedure (Sender: TObject; const AForm: TCommonCustomForm) of object;
C++
typedef void __fastcall (__closure *TFormNotifyEvent)(System::TObject* Sender, Fmx::Forms::TCommonCustomForm* const AForm);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | FMX.ApplicationEvents |
Description
Embarcadero Technologies does not currently have any additional information.