FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
typedef public FireDAC.Phys.ODBCWrapper.hpp FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Description

TODBCParseErrorEvent est une procédure de rappel utilisée par la classe TODBCConnection.

TODBCParseErrorEvent est un type de procédure de rappel. Il est appelé par l'événement OnParseError de la classe TODBCConnection.

Voir aussi