RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomBucketList.Exists Method

Indicates whether the bucket list contains a specified item.

Pascal
function Exists(AItem: Pointer): Boolean;
C++
__fastcall Boolean Exists(void * AItem);

Call Exists to determine whether the item specified by AItem is already in the bucket list. Exists returns true if the bucket list contains AItem, false if AItem is not in the list. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!