Vcl.ExtCtrls.TNotebook.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TNotebook(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TNotebook(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TNotebook

Description

Constructs a TNotebook component.

Call Create to instantiate a notebook at runtime. Notebook components placed in forms at design time are created automatically.

The AOwner parameter specifies the component (usually the form) that is responsible for freeing the notebook.