Vcl.TabNotBk.TTabbedNotebook.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TTabbedNotebook(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TTabbedNotebook(HWND ParentWindow) : Vcl::Comctrls::TCustomTabControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Constructs a tabbed notebook component.

Call Create TTabbedNotebook indirectly, using the new keyword, to instantiate a tabbed notebook at runtime. Tabbed notebooks added to forms at design time are created automatically.

The AOwner parameter assigns a value to the notebook's Owner property.

See Also