Datasnap.DSCommon.TDSClientCallbackChannelManager.StateError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StateError: string read FStateError;

C++

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

Properties

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

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