|
RAD Studio VCL Reference
|
Constructs a TNotebook component.
constructor Create(AOwner: TComponent); override;
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!
|