Vcl.ValEdit.TValueListEditor.VisibleRowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleRowCount;

C++

__property VisibleRowCount;

Properties

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

Description

Indicates the number of scrollable rows visible in the grid.

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

Indicates the number of scrollable rows visible in the grid.

Use VisibleRowCount to determine the number of scrollable rows fully visible in the grid. VisibleRowCount does not include the fixed rows counted by the FixedRows property. It does not include any partially visible rows on the bottom of the grid.

See Also