[Overview][Types][Classes][Procedures and functions][Index] |
Gets the data size for a TCachedItemData entry in the item cache.
Source position: checklst.pas line 63
protected function TCustomCheckListBox.GetCachedDataSize: Integer; override; |
Number of bytes required for cached item data.
GetCachedDataSize is an overridden Integer function used to get the data size for a TCachedItemData entry in the item data cache. The return value contains the number of bytes needed for the TCachedItemData entry including the offset in the cache.
Version 4.0 | Generated 2025-05-03 | Home |