Data.SqlExpr.TParseSqlEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.SqlExpr.pas
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