[Overview][Resource strings][Types][Classes] | Reference for unit 'CacheCls' (#fcl) |
Event to compare 2 items.
Source position: cachecls.pp line 92
public property TCache.OnIsDataEqual: TOnIsDataEqual |
OnIsDataEqual is used by FindSlot and IndexOf to compare items when looking for a particular item. These functions are called by the Add method. Failing to set this event will result in an exception. The function should return True if the 2 data pointers should be considered equal.
|
Find data pointer in the list |
|
|
Return index of a data pointer in the list. |
|
|
Add a data element to the list. |
No notes exist for this page yet.