IBX.IBServices.TIBCustomService.LoginPrompt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LoginPrompt: Boolean read FLoginPrompt write FLoginPrompt default True;

C++

__property bool LoginPrompt = {read=FLoginPrompt, write=FLoginPrompt, default=1};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBCustomService

Description

Specifies whether a login dialog appears immediately before opening a new connection.

Set LoginPrompt to True to provide login support when establishing a connection. LoginPrompt controls two things: the occurrence of the OnLogin event, and the appearance of a default login dialog that prompts users for a name and password. This dialog appears only if you include DBLogDlg.hpp in your unit (C++) or add DBLogDlg to your uses clause (Delphi).

See Also