RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotebook.Create Constructor

Constructs a TNotebook component.

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

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. 

 

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