Data.DBXCommon.TRequestCommandHandler.AddCommandError
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TRequestCommandHandler |
Delphi
procedure AddCommandError(ErrorMessage: string); virtual; abstract;
C++
virtual void __fastcall AddCommandError(System::UnicodeString ErrorMessage) = 0 ;
Description
Adds an error message to the handler.
AddCommandError is used to add an error message to the handler given by the ErrorMessage
parameter.
Note: This method is abstract; you should use one of its descendent methods.