Vcl.Forms.TCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Vcl.Forms.TCustomForm&oldid=157841"