Show: Delphi
C++
Display Preferences
FMX.Grid.TCustomGrid.DoResizeItem
From XE2 API Documentation
Delphi
procedure DoResizeItem(Sender: TObject; var NewSize: Single);
C++
void __fastcall DoResizeItem(System::TObject* Sender, float &NewSize);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Executed when you resize an item in the header of this grid, thus affecting the width of the item's attached column.