Vcl.Forms.TCustomForm

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Delphi

TCustomForm = class(TScrollingWinControl)

C++

class PASCALIMPLEMENTATION TCustomForm : public TScrollingWinControl

Propriétés

Type Visibilité  Source Unité  Parent
class public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

TCustomForm est la classe de base dont dérive une fenêtre telle qu'une fiche ou une boîte de dialogue.

Dérivez de TCustomForm pour créer une fenêtre personnalisée. Les objets descendants de TCustomForm peuvent contenir d'autres objets, par exemple des objets TButton, TCheckBox ou TComboBox.

Voir aussi