RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotebook Class

TNotebook displays multiple pages, each with its own set of controls.

Pascal
TNotebook = class(TCustomControl);
C++
class TNotebook : public TCustomControl;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!