Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommandError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddCommandError(ErrorMessage: string); override;

C++

virtual void __fastcall AddCommandError(System::UnicodeString ErrorMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Description

Adds an error message to the handler.

AddCommandError adds an error message to the handler.

See Also