Data.SqlExpr.TCustomSQLDataSet.ParseDeleteSql

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TCustomSQLDataSet

Delphi

property ParseDeleteSql: TParseSqlEvent read FParseDeleteSql write FParseDeleteSql;

C++

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

Description

Occurs when an application attempts to parse the DELETE statement stored in the CommandText property.