| [Overview][Resource strings][Types][Classes][Index] | 
Remove a data item from the list.
Source position: cachecls.pp line 85
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  |