[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'CheckLst' (#lcl)

TCustomCheckListBox.GetCachedDataSize

Gets the data size for a TCachedItemData entry in the item cache.

Declaration

Source position: checklst.pas line 63

protected function TCustomCheckListBox.GetCachedDataSize: Integer; override;

Function result

Number of bytes required for cached item data.

Description

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