System.Contnrs.TCustomBucketList.Exists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Exists(AItem: Pointer): Boolean;

C++

bool __fastcall Exists(void * AItem);

Properties

Type Visibility Source Unit Parent
function public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TCustomBucketList

Description

Indicates whether the bucket list contains a specified item.

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.

See Also