Datasnap.DSClientRest.TDSRestCallbackLoop.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestCallbackLoop

Delphi

constructor Create(AClientChannel: TDSRestClientChannel; AConnection: TDSCustomRestConnection);

C++

__fastcall TDSRestCallbackLoop(TDSRestClientChannel* AClientChannel, TDSCustomRestConnection* AConnection);


Description

Creates a new TDSRestCallbackLoop instance.

The Create method creates a new instance of the TDSRestCallbackLoop class.

The AClientChannel parameter specifies a DataSnap REST client channel while the AConnection parameter specifies a custom DataSnap REST connection.

See Also