Vcl.Forms.TCustomForm

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomForm

Delphi

TCustomForm = class(TScrollingWinControl)

C++

class PASCALIMPLEMENTATION TCustomForm : public TScrollingWinControl

Eigenschaften

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

Beschreibung

TCustomForm ist die Basisklasse, von der ein Fenster, wie z.B. ein Formular oder ein Dialogfeld, abgeleitet wird.

Durch Ableiten von TCustomForm können benutzerdefinierte Fenster erzeugt werden. Die Nachkommen von TCustomForm können wiederum andere Objekte, wie beispielsweise TButton-, TCheckBox- und TComboBox-Steuerelemente, enthalten.

Siehe auch