Data.SqlExpr.TSQLConnectionLoginEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSQLConnectionLoginEvent = procedure(Database: TSQLConnection;
LoginParams: TStrings) of object;

C++

typedef void __fastcall (__closure *TSQLConnectionLoginEvent)(TSQLConnection* Database, System::Classes::TStrings* LoginParams);

Properties

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

Description

C++ definition of the OnLogin event.

TTraceLogEvent represents the C++ definition of the OnLogin event. See the OnLogin documentation for further details.

See Also