Data.SqlExpr.TCustomSQLDataSet.ParseDeleteSql

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParseDeleteSql: TParseSqlEvent read FParseDeleteSql write FParseDeleteSql;

C++

__property TParseSqlEvent ParseDeleteSql = {read=FParseDeleteSql, write=FParseDeleteSql};

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 DELETE statement stored in the CommandText property.