Vcl.DBCGrids.TDBCtrlGrid.PanelCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PanelCount: Integer read FPanelCount;

C++

__property int PanelCount = {read=FPanelCount, nodefault};

Properties

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

Description

Specifies the number of records visible in the grid.

TDBCtrlGrid can represent a number of panels equal to the number in ColCount times the number in RowCount. Usually, PanelCount will be the same as this value. PanelCount will be smaller than this if there are not enough records in the dataset to fill the entire grid.

See Also