[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns a pointer to the cached item data.
Source position: stdctrls.pp line 596
protected function TCustomListBox.GetCachedData( |
const AIndex: Integer |
):Pointer; |
AIndex |
|
Ordinal position in Items for the values retrieved in the method. |
Pointer to the item data in the cache.
Gets a pointer to the item data for the specified list box item. The return value contains the attributes stored in Items at the position in AIndex. Items is cast to a TExtendedStringList instance to access its indexed Records property.
Raises an InvalidOperation exception when the cache is marked as invalid, i. e. when the widgetset class has already been created.
|
The list of all items defined in the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |