FMX.Grid.Style.TStyledGrid.LeftColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftColumn: Integer read GetLeftColumn;

C++

__property int LeftColumn = {read=GetLeftColumn, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Index of the first visible column (totally or partially) starting from the left-hand side.

See Also