API:Vcl.AxCtrls.TPropertyPage

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPropertyPage

Delphi

TPropertyPage = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TPropertyPage : public Vcl::Forms::TCustomForm

Properties

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

Description

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

Vcl.AxCtrls.TPropertyPage inherits from Vcl.Forms.TCustomForm. All content below this line refers to Vcl.Forms.TCustomForm.

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