FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

typedef void __fastcall (__closure *TODBCParseErrorEvent)(TODBCHandle* AHandle, short ARecNum, const System::UnicodeString ASQLState, int ANativeError, const System::UnicodeString ADiagMessage, const System::UnicodeString ACommandText, System::UnicodeString &AObj, Firedac::Stan::Error::TFDCommandExceptionKind &AKind, int &ACmdOffset);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public FireDAC.Phys.ODBCWrapper.hpp FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Beschreibung

TODBCParseErrorEvent ist eine Callback-Prozedur, die von der Klasse TODBCConnection verwendet wird.

TODBCParseErrorEvent ist ein Typ für eine Callback-Prozedur, die vom Ereignis OnParseError der Klasse TODBCConnection aufgerufen wird.

Siehe auch