FMX.ApplicationEvents.TApplicationEvents.OnFormSizeChanged

From RAD Studio API Documentation
Jump to: navigation, search

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.