Datasnap.Win.SConnect.IDataBlock.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetSize(Value: Integer); stdcall;

C++

virtual void __stdcall SetSize(int Value) = 0 ;

Description

Sets the value of the Size property.

SetSize is the write implementer for the Size property.

See Also