Data.SqlExpr.TCustomSQLDataSet.ParseSelectSql

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParseSelectSql: TParseSqlEvent read FParseSelectSql write FParseSelectSql;

C++

__property TParseSqlEvent ParseSelectSql = {read=FParseSelectSql, write=FParseSelectSql};

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 SELECT statement specified in the CommandText property.