[Overview][Types][Classes][Procedures and functions][Index] |
Gets the data size for a TCachedItemData entry in the item cache.
Source position: checklst.pas line 60
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.