RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TItemProp.PickList Property

Lists the items that appear in the drop-down pick list for the item.

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

Use PickList to supply the values that appear in the drop-down pick list for the associated item. PickList lets you supply a static set of items that appear in the drop-down list for the associated item when EditStyle is esPickList. These items can be subsequently modified by an OnGetPickList event handler.

Note: PickList is only used when the EditStyle property is esPickList. If EditStyle is esPickList, and PickList does list a set of values, you must supply an OnGetPickList event handler to supply the items.
 

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