Data.SqlExpr.TCustomSQLDataSet.ParseInsertSql

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

Delphi

property ParseInsertSql: TParseInsertSqlEvent read FParseInsertSql write FParseInsertSql;

C++

__property TParseInsertSqlEvent ParseInsertSql = {read=FParseInsertSql, write=FParseInsertSql};

プロパティ

種類 可視性 ソース ユニット
event published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

説明

アプリケーションが CommandText プロパティに格納されている INSERT 文の解析を試みるときに発生します。