FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
typedef public FireDAC.Phys.ODBCWrapper.hpp FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

説明

TODBCParseErrorEvent は、TODBCConnection クラスで使用されるコールバック手続きです。


TODBCParseErrorEvent は、TODBCConnection クラスの OnParseError イベントで呼び出されるコールバック手続きの型です。

関連項目