Icon OnLogin Event

property OnLogin: TEDBSessionLoginEvent

Usage

The OnLogin event is fired when the session is connected and the LoginUser and LoginPassword properties have not been assigned or have been assigned but are not valid. You can specify the user name and password via the UserName and Password parameters. The Continue parameter indicates whether the connection process should continue or whether the session should stop trying to connect.

Information Any version of ElevateDB for Delphi 6 or higher (including C++Builder 6 and higher as well as Kylix 2 and higher) requires that you include the DBLogDlg unit to your uses clause in order to enable the display of a default remote login dialog. This is done to allow for ElevateDB to be included in applications without linking in the forms support, which can add a lot of unnecessary overhead and also cause unwanted references to user interface libraries. This is not required for Delphi 5 or C++Builder 5, but these versions always include forms support.
Image