API:Vcl.DBPWDlg.TPasswordDialog

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TPasswordDialog = class(TForm)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.DBPWDlg.pas
Vcl.DBPWDlg.hpp
Vcl.DBPWDlg Vcl.DBPWDlg

Beschreibung

TForm repräsentiert ein Standard-Anwendungsfenster (Formular).

Vcl.DBPWDlg.TPasswordDialog erbt von Vcl.Forms.TForm. Der folgende Inhalt bezieht sich auf Vcl.Forms.TForm.

TForm repräsentiert ein Standard-Anwendungsfenster (Formular).

Formulare, die Sie im Formular-Designer erstellen, werden als Nachkommen von TForm implementiert. Formulare können Hauptfenster einer Anwendung, oder Dialogfelder oder untergeordnete MDI-Fenster repräsentieren. Ein Formular kann andere Objekte enthalten, z.B. TButton, TCheckBox und TComboBox.

In Formularen können auch TLoginDialog- und TPasswordDialog-Objekte enthalten sein.

Siehe auch