Vcl.Grids.TCustomGrid.LeftCol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftCol: Longint read FTopLeft.X write SetLeftCol;

C++

__property int LeftCol = {read=FTopLeft.X, write=SetLeftCol, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

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