Vcl.ExtCtrls.TNotebook
Delphi
TNotebook = class(TCustomControl)
C++
class PASCALIMPLEMENTATION TNotebook : public Vcl::Controls::TCustomControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
TNotebook displays multiple pages, each with its own set of controls.
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.