Data.SqlExpr.TCustomSQLDataSet.ParseInsertSql
Delphi
property ParseInsertSql: TParseInsertSqlEvent read FParseInsertSql write FParseInsertSql;
C++
__property TParseInsertSqlEvent ParseInsertSql = {read=FParseInsertSql, write=FParseInsertSql};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | Data.SqlExpr.pas Data.SqlExpr.hpp | Data.SqlExpr | TCustomSQLDataSet | 
Description
Occurs when an application attempts to parse the INSERT statement stored in the CommandText property.