RAD Studio VCL Reference
|
TNotebook displays multiple pages, each with its own set of controls.
TNotebook = class(TCustomControl);
class TNotebook : public TCustomControl;
ExtCtrls
Notebook components are frequently used with tab set controls (TTabSet) to let the user select pages in the notebook by clicking a tab. TNotebook is provided for backward compatibility. New applications should use TPageControl instead.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|