RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TItemProp.HasPickList Method

Indicates whether the PickList property provides a static set of values for this item.

Pascal
function HasPickList: Boolean;
C++
__fastcall Boolean HasPickList();

Call PickList to determine whether this TItemProp object supplies values using the PickList property. HasPickList returns true if the PickList property contains a nonempty list of values. 

 

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