FireDAC.Phys.IBWrapper.TFDIBError.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source: FireDAC.Phys.IBWrapper.hpp
Unit: FireDAC.Phys.IBWrapper
Parent: TFDIBError

C++

/* TFDDBError.Create */ inline __fastcall virtual TFDIBError()/* overload */ : Firedac::Stan::Error::TFDDBError() { }
/* TFDDBError.Create */ inline __fastcall virtual TFDIBError(int ALevel, int AErrorCode, const System::UnicodeString AMessage, const System::UnicodeString AObjName, Firedac::Stan::Error::TFDCommandExceptionKind AKind, int ACmdOffset, int ARowIndex)/* overload */ : Firedac::Stan::Error::TFDDBError(ALevel, AErrorCode, AMessage, AObjName, AKind, ACmdOffset, ARowIndex) { }

Description

Embarcadero Technologies does not currently have any additional information.