[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sends the cached selection state to the widget.
Source position: stdctrls.pp line 581
protected procedure TCustomListBox.AssignCacheToItemData( |
const AIndex: Integer; |
const AData: Pointer |
); virtual; |
AIndex |
|
Ordinal position for the item data read from the cache. |
AData |
|
Pointer to the data read from the cache for the specified item. |
Called to restore the ItemData after a handle is created.
Version 4.0 | Generated 2025-05-03 | Home |