Datasnap.Win.SConnect.IDataBlock.GetBytesReserved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBytesReserved: Integer; stdcall;

C++

virtual int __stdcall GetBytesReserved(void) = 0 ;

Properties

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

Description

Returns the value of the BytesReserved property.

GetBytesReserved is the read implementer for the BytesReserved property.

See Also