Vcl.DBCtrls.TDBLookupListBox.RowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowCount: Integer read FRowCount write SetRowCount stored False;

C++

__property int RowCount = {read=FRowCount, write=SetRowCount, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupListBox

Description

Specifies how many rows are visible in the list box.

Set RowCount to the number of rows displayed in the lookup list box. The list box is resized to match the specified number of rows. Resizing the list box (such as by changing its Height property) automatically changes the value of RowCount to match the new height.

See Also