Datasnap.DSCommon.TDSClientCallbackChannelManager.FStateError

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

FStateError: string;

C++

System::UnicodeString FStateError;

Description

Is a protected field that is used by the StateError property to hold a meaningful error message if State has failed.

See Also