[Overview][Types][Classes][Procedures and functions][Index] |
Retrieves data for an item at the specified position from the cache for item data.
Source position: checklst.pas line 61
protected procedure TCustomCheckListBox.AssignCacheToItemData( |
const AIndex: Integer; |
const AData: Pointer |
); override; |
AIndex |
|
Ordinal position for the item updated from the item data cache. |
AData |
|
Pointer to the data retrieved in the method. |
Version 4.0 | Generated 2025-05-03 | Home |