Vcl.DBLookup.TPopupGrid.RowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowCount: Integer read FRowCount write SetRowCount default 5;

C++

__property RowCount = {default=5};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TPopupGrid

Description

Specifies the number of rows in the grid.

Vcl.DBLookup.TPopupGrid.RowCount inherits from Vcl.Grids.TCustomGrid.RowCount. All content below this line refers to Vcl.Grids.TCustomGrid.RowCount.

Specifies the number of rows in the grid.

Read RowCount to determine the number of entries in the RowHeights array. Set RowCount to add or delete rows at the bottom of the grid. The value of RowCount includes any fixed rows at the top of the grid as well as the scrollable rows in the body of the grid.

See Also

Code Examples