A class that provides a dialog box for user to supply his login information.
For a list of all members of this type, see TMyConnectDialog members.
TMyConnectDialog = class(TCustomConnectDialog);
The TMyConnectDialog component is a direct descendant of TCustomConnectDialog class. Use TMyConnectDialog to provide dialog box for user to supply server name, user name, and password. You may want to customize appearance of dialog box using this class's properties.
TCustomConnectDialog
TMyConnectDialog