RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.RowCount Property

Indicates the number of rows in the value list editor.

Pascal
property RowCount: Integer;
C++
__property int RowCount;

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). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!