Datasnap.Win.SConnect.IDataBlock.GetBytesReserved
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: IDataBlock | |
Delphi
function GetBytesReserved: Integer; stdcall;
C++
virtual int __stdcall GetBytesReserved() = 0 ;
Description
Returns the value of the BytesReserved property.
GetBytesReserved is the read implementer for the BytesReserved property.