IBX.IBScript.TIBSQLExecuteError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIBSQLExecuteError = procedure(Sender: TObject; Error: string; SQLText:
string;
LineIndex: Integer; var Ignore: Boolean) of object;

C++

typedef void __fastcall (__closure *TIBSQLExecuteError)(System::TObject* Sender, System::UnicodeString Error, System::UnicodeString SQLText, int LineIndex, bool &Ignore);

Properties

Type Visibility Source Unit Parent
type
typedef
public
IBX.IBScript.pas
IBX.IBScript.hpp
IBX.IBScript IBX.IBScript

Description

Embarcadero Technologies does not currently have any additional information.