Data.SqlExpr.TParseSqlEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

TParseSqlEvent = procedure(var FieldNames: TStrings; SQL: string;
var TableName: string) of object;

C++

typedef void __fastcall (__closure *TParseSqlEvent)(System::Classes::TStrings* &FieldNames, System::UnicodeString SQL, System::UnicodeString &TableName);

Description

C++ definition for parse SQL events of TCustomSQLDataSet.

TParseSqlEvent represents the C++ definition for parse SQL events of TCustomSQLDataSet. See the ParseSelectSql, ParseDeleteSql, and ParseUpdateSql documentation for further details.

See Also