RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBlock.Size Property

Indicates the size of the data in the memory buffer.

Pascal
property Size: Integer;
C++
__property int Size;

Size is the number of bytes available in Memory, excluding the reserved bytes. Set Size to ensure that Memory is large enough to contain the data that the data block will read or write. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!