Datasnap.DSClientRest.TDSRestCallbackLoop.ClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ClientChannel: TDSRestClientChannel read FClientChannel;

C++

__property TDSRestClientChannel* ClientChannel = {read=FClientChannel};


Description

Specifies the DataSnap REST client channel.

The ClientChannel property specifies the DataSnap REST client channel.

See Also