FMX.ApplicationEvents.TApplicationEvents.OnFormReleased
Delphi
property OnFormReleased: TFormNotifyEvent read FOnFormReleased write FOnFormReleased;
C++
__property TFormNotifyEvent OnFormReleased = {read=FOnFormReleased, write=FOnFormReleased};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | TApplicationEvents |
Description
Occurs when a form is released.