Vcl.DBLogDlg.TLoginDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TFormVcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTLoginDialog

Delphi

TLoginDialog = class(TForm)

C++

class PASCALIMPLEMENTATION TLoginDialog : public Vcl::Forms::TForm

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBLogDlg.pas
Vcl.DBLogDlg.hpp
Vcl.DBLogDlg Vcl.DBLogDlg

Description

TLoginDialog is a login dialog box that can be used to provide login security in an application.

Use TLoginDialog to provide login security within an application. Usually a TLoginDialog object is created with the LoginDialogEx or RemoteLoginDialog function and is used to provide secure access to local database tables. However, TLoginDialog can also be used as a base object for other types of login dialog boxes.

See Also