API:Vcl.DBPWDlg.TPasswordDialog

From RAD Studio API Documentation

TPasswordDialogVcl.Forms.TFormVcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TPasswordDialog = class(TForm)

C++

class PASCALIMPLEMENTATION TPasswordDialog : public Vcl::Forms::TForm

Properties

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

Description

TForm represents a standard application window (form). {{#multireplace:Vcl.DBPWDlg.TPasswordDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Forms.TForm|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Forms.TForm|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TForm represents a standard application window (form).

When you create forms in the Form designer at design time, they are implemented as descendants of TForm. Forms can represent the application's main window, or dialog boxes, or MDI children. A form can contain other objects, such as TButton, TCheckBox, and TComboBox objects.

Examples of forms include TLoginDialog and TPasswordDialog objects.

See Also