Datasnap.Win.SConnect.IDataBlock.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(Value: Integer); stdcall;

C++

virtual void __stdcall SetSize(int Value) = 0 ;

Properties

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

Description

Sets the value of the Size property.

SetSize is the write implementer for the Size property.

See Also