Vcl.ValEdit.TValueListEditor.RowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowCount: Integer read GetRowCount;

C++

__property int RowCount = {read=GetRowCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Indicates the number of rows in the value list editor.

TValueListEditor redeclares the RowCount property, which it inherits from TCustomGrid, to change it to a read-only property. The value of RowCount is the number of strings in the Strings property plus the number of fixed rows (typically one, for the column titles).

See Also