Vcl.Grids.TCustomGrid.VisibleColCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleColCount: Integer read GetVisibleColCount;

C++

__property int VisibleColCount = {read=GetVisibleColCount, nodefault};

Properties

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

Description

Indicates the number of scrollable columns visible in the grid.

Use VisibleColCount to determine the number of scrollable columns fully visible in the grid. VisibleColCount does not include the fixed columns counted by the FixedCols property. It does not include any partially visible columns on the right edge of the grid.

See Also