Vcl.Forms.TCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomForm = class(TScrollingWinControl)

C++

class PASCALIMPLEMENTATION TCustomForm : public TScrollingWinControl

Properties

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

Description

TCustomForm is the base class from which to derive a window such as a form or dialog.

Derive from TCustomForm to create a custom window. The TCustomForm descendant can contain other objects, such as TButton, TCheckBox, and TComboBox objects.

See Also