|
RAD Studio VCL Reference
|
Indicates the number of rows in the value list editor.
property RowCount: Integer;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|