RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.Create Constructor

Constructs a tabbed notebook component.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TTabbedNotebook(TComponent * AOwner);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!