Datasnap.Win.SConnect.IDataBlock.BytesReserved

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: IDataBlock

Delphi

property BytesReserved: Integer read GetBytesReserved;

C++

__property int BytesReserved = {read=GetBytesReserved};

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