Vcl.Grids.TCustomDrawGrid.LeftCol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftCol: Integer write SetLeftCol;

C++

__property LeftCol;

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

Description

Specifies the index of the first visible scrollable column in the grid.

Vcl.Grids.TCustomDrawGrid.LeftCol inherits from Vcl.Grids.TCustomGrid.LeftCol. All content below this line refers to Vcl.Grids.TCustomGrid.LeftCol.

Specifies the index of the first visible scrollable column in the grid.

Read LeftCol to determine the index of the first column in the scrollable region that is visible. Set LeftCol to scroll the columns in the grid so that the column with index LeftCol is the first column after the fixed columns.

See Also