RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataBlock.BytesReserved Property

Indicates the number of bytes from Memory that are reserved for internal use.

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

BytesReserved indicates how many bytes of Memory can't be used for reading and writing. When interpreting the value of the Size property, use BytesReserved to determine how much buffer space is available for reading and writing data. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!