ItemSize property

Applies to
TQDB, TQDBItem, TQDBView

Declaration
property ItemSize : TDataIndex;

Description
The ItemSize property gives the size of the current item (in bytes). This makes it possible to allocate a suitable block of memory for the GetItem method.

N.B. In QDB 2.x ItemSize carries a significant overhead and should be avoided. Instead use the Get method which manages its own memory.

Run-time only
Read-only