Data.SqlExpr.TCustomSQLDataSet.ParseInsertSql

From RAD Studio API Documentation
Jump to: navigation, search

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.