RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.PickList Property

Lists values that the user can select for the column.

Pascal
property PickList: TStrings;
C++
__property TStrings PickList;

The PickList property points to a TStrings object. If ButtonStyle is cbsAuto, these strings appear in the drop-down list associated with the column. 

 

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