Datasnap.Win.SConnect.IDataBlock.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetSize: Integer; stdcall;

C++

virtual int __stdcall GetSize() = 0 ;

Description

Returns the value of the Size property.

GetSize is the read implementer for the Size property.

See Also