[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Contnrs' (#fcl)

TCustomBucketList.Remove

Remove an item from the list.

Declaration

Source position: contnrs.pp line 561

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: May 14 2021