Vcl.Grids.TCustomGrid.VisibleRowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleRowCount: Integer read GetVisibleRowCount;

C++

__property int VisibleRowCount = {read=GetVisibleRowCount, nodefault};

Properties

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

Description

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