FireDAC.Stan.Error.EFDDBEngineException.AppendError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AppendError: TFDDBError; overload;
function AppendError(ALevel, AErrorCode: Integer;  const AMessage, AObjName: String; AKind: TFDCommandExceptionKind; ACmdOffset, ARowIndex: Integer): TFDDBError; overload;

C++

TFDDBError* __fastcall AppendError(void)/* overload */;
TFDDBError* __fastcall AppendError(int ALevel, int AErrorCode, const System::UnicodeString AMessage, const System::UnicodeString AObjName, TFDCommandExceptionKind AKind, int ACmdOffset, int ARowIndex)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!