Data.SqlExpr.TParseInsertSqlEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

C++ definition of the ParseInsertSql event.

TParseInsertSqlEvent represents the C++ definition of the ParseInsertSql event. See the ParseInsertSql documentation for further details.

See Also