Datasnap.Win.SConnect.IDataBlock.BytesReserved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BytesReserved: Integer read GetBytesReserved;

C++

__property int BytesReserved = {read=GetBytesReserved};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect IDataBlock

Description

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

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.

See Also