[Overview][Resource strings][Types][Classes] | Reference for unit 'CacheCls' (#fcl) |
Remove a data item from the list.
Source position: cachecls.pp line 83
public procedure TCache.Remove( |
AData: Pointer |
); |
AData |
|
Data pointer to remove |
Remove searches the slot which matches AData and if it is found, sets the data pointer to Nil, thus effectively removing the pointer from the list.
None.
|
Find data pointer in the list |
No notes exist for this page yet.