Data.SqlExpr.TParseInsertSqlEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: Data.SqlExpr |
Delphi
TParseInsertSqlEvent = procedure(var FieldNames: TStrings; SQL: string;
var BindAllFields: Boolean; var TableName: string) of object;
C++
typedef void __fastcall (__closure *TParseInsertSqlEvent)(System::Classes::TStrings* &FieldNames, System::UnicodeString SQL, bool &BindAllFields, System::UnicodeString &TableName);
Description
C++ definition of the ParseInsertSql event.
TParseInsertSqlEvent represents the C++ definition of the ParseInsertSql event. See the ParseInsertSql documentation for further details.