FMX.Grid.TStringGrid.OnResize
Delphi
property OnResize: TNotifyEvent read FOnResize write FOnResize;
C++
__property OnResize;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TStringGrid |
Description
Occurs immediately after the control is resized.
FMX.Grid.TStringGrid.OnResize inherits from FMX.Controls.TControl.OnResize. All content below this line refers to FMX.Controls.TControl.OnResize.
Occurs immediately after the control is resized.
OnResize also occurs when Resize is called.
Write an event handler for OnResize to make any final adjustments after a control is resized.