Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TCustomBucketList.Remove

Remove an item from the list.

Declaration

Source position: contnrs.pp line 562

public function TCustomBucketList.Remove(

  AItem: Pointer

):Pointer;

Arguments

AItem

  

Item to remove from the list.

Function result

Data pointer associated with AItem.

Description

Remove removes AItem from the list, and returns the associated data pointer of the removed item. If the item was not in the list, then Nil is returned.

See also

Find

  

Find an item in the list.


Documentation generated on: Jul 24 2023