Vcl.DBCGrids.TDBCtrlGrid.RowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowCount: Integer read FRowCount write SetRowCount default 3;

C++

__property int RowCount = {read=FRowCount, write=SetRowCount, default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

Description

Specifies the number of rows of panels displayed in the grid.

Set RowCount to the number of rows of panels that should appear in the TDBCtrlGrid object. Each panel represents a separate record in the dataset.

Setting RowCount causes the TDBCtrlGrid object to resize to accommodate the new number of rows. PanelHeight does not change.

See Also