FMX.Grid.TCustomGrid.LeftColumn
Delphi
property LeftColumn: Integer read GetLeftColumn write SetLeftColumn;
C++
__property int LeftColumn = {read=GetLeftColumn, write=SetLeftColumn, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Number of the first column that is visible, either completely or partially, from the left-hand side of the grid.