[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 60

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.