FMX.Types.TBounds.OnChange
Delphi
property OnChange: TNotifyEvent read FOnChange write FOnChange;
C++
__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBounds |
Description
Write an OnChange event handler to take specific action when the TBounds object changes. The properties of the TBounds object reflect the new settings when OnChange occurs.