[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Copies selected state for an item to the cache.
Source position: stdctrls.pp line 580
protected procedure TCustomListBox.AssignItemDataToCache( |
const AIndex: Integer; |
const AData: Pointer |
); virtual; |
AIndex |
|
Ordinal position in Items for the entry updated in the cache. |
AData |
|
Pointer to the data stored in the cache for the specified item. |
Version 4.0 | Generated 2025-05-03 | Home |