Data.SqlExpr.TParseInsertSqlEvent

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

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

説明

ParseInsertSql イベントを C++ で定義したものです。

TParseInsertSqlEvent は、ParseInsertSql イベントの C++ 定義を表します。 詳細は、ParseInsertSql のドキュメントを参照してください。

関連項目