Datasnap.DSCommon.TDSClientCallbackChannelManager.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TDSChannelThreadState read FState;

C++

__property TDSChannelThreadState State = {read=FState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Specifies the current state of the tunnel thread.

Read the State property to obtain the state of the tunnel thread.

See Also