FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
typedef public FireDAC.Phys.ODBCWrapper.hpp FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Description

TODBCParseErrorEvent is a callback procedure used by the TODBCConnection class.

TODBCParseErrorEvent is a type of callback procedure that is called by the OnParseError event of the TODBCConnection class.

See Also