Datasnap.Win.SConnect.IDataBlock.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: Integer; stdcall;

C++

virtual int __stdcall GetSize(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 Size property.

GetSize is the read implementer for the Size property.

See Also