Data.SqlExpr.TCustomSQLDataSet.ParseSelectSql

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 ParseSelectSql: TParseSqlEvent read FParseSelectSql write FParseSelectSql;

C++

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

Description

Occurs when an application attempts to parse the SELECT statement specified in the CommandText property.