Datasnap.DSClientRest.TDSRestCallbackLoop.ClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientChannel: TDSRestClientChannel read FClientChannel;

C++

__property TDSRestClientChannel* ClientChannel = {read=FClientChannel};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


Description

Specifies the DataSnap REST client channel.

The ClientChannel property specifies the DataSnap REST client channel.

See Also