Stores the data for an item at the specified position in the cache for item data.
Source position: checklst.pas line 60
protected procedure TCustomCheckListBox.AssignItemDataToCache( |
const AIndex: Integer; |
const AData: Pointer |
); override; |
AIndex |
|
Ordinal position for the entry in Items stored in the method. |
AData |
|
Pointer to the item data stored in the cache. |
| Version 4.4 | Generated 2025-11-08 | Home |