Datasnap.DSServer.TDSCallbackTunnel.State

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property State: TDSCallbackTunnelState read FState write SetState;

C++

__property TDSCallbackTunnelState State = {read=FState, write=SetState, nodefault};

Description

Specifies the state of the tunnel.

The State property specifies the state of the tunnel:

  • A value of ctsWaitingOnServer signifies the client is waiting for a message from the server.
  • A value of ctsWaitingForClient signifies the server is waiting for a reply from the client.

See Also