Datasnap.DSCommon.TDSClientCallbackChannelManager.StateError

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 StateError: string read FStateError;

C++

__property System::UnicodeString StateError = {read=FStateError};

Description

Specifies a meaningful error message if State has failed.

Read the StateError property to get a meaningful error message if State has failed.

See Also