API:Vcl.ValEdit.TValueListEditor.VisibleColCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleColCount;

C++

__property VisibleColCount;

Properties

Type Visibility Source Unit Parent
property public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Indicates the number of scrollable columns visible in the grid.

Vcl.ValEdit.TValueListEditor.VisibleColCount inherits from Vcl.Grids.TCustomGrid.VisibleColCount. All content below this line refers to Vcl.Grids.TCustomGrid.VisibleColCount.

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