Data.SqlExpr.TParseSqlEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public Data.SqlExpr.hpp Data.SqlExpr Data.SqlExpr

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