FMX.ApplicationEvents.TApplicationEvents.OnFormSizeChanged
Delphi
property OnFormSizeChanged: TFormNotifyEvent read FOnFormSizeChanged write FOnFormSizeChanged;
C++
__property TFormNotifyEvent OnFormSizeChanged = {read=FOnFormSizeChanged, write=FOnFormSizeChanged};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | TApplicationEvents |
Description
Occurs when the form changes in size.