Datasnap.DSCommon.TDSClientCallbackChannelManager.State

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property State: TDSChannelThreadState read FState;

C++

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

Description

Specifies the current state of the tunnel thread.

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

See Also