OnLogin Event |
Applies to
TIB_Connection
Declaration
TIB_LoginEvent = Procedure(Sender: TIB_Connection; var AbortLogin: boolean ) of object;
Description
This event is triggered when a database connection is being established
and the LoginPrompt property is set to true.
It allows a custom dialog to be shown to the user instead of the default one.
If this event is assigned then the default dialog is not shown.