Data.SqlExpr.TCustomSQLDataSet.ParseInsertSql
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 文の解析を試みるときに発生します。