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