Data.SqlExpr.TSQLConnectionLoginEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: Data.SqlExpr | |
Delphi
TSQLConnectionLoginEvent = procedure(Database: TSQLConnection;
LoginParams: TStrings) of object;
C++
typedef void __fastcall (__closure *TSQLConnectionLoginEvent)(TSQLConnection* Database, System::Classes::TStrings* LoginParams);
Description
C++ definition of the OnLogin event.
TTraceLogEvent represents the C++ definition of the OnLogin event. See the OnLogin documentation for further details.