RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.ColCount Property

Indicates the number of columns in the value list editor.

Pascal
property ColCount: Longint;
C++
__property Longint ColCount;

TValueListEditor redeclares the ColCount property, which it inherits from TCustomGrid, to change it to a read-only property. The value of ColCount is always 2 plus the number of fixed columns, because the value list editor is designed to display only the name and value of the strings in the associated string list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!