Vcl.TabNotBk.TTabPage

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTabPage

Delphi

TTabPage = class(TWinControl)

C++

class PASCALIMPLEMENTATION TTabPage : public Vcl::Controls::TWinControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk Vcl.TabNotBk

Description

TTabPage implements an individual tab page of a tabbed notebook control.

Each instance of this class holds the controls to be displayed when it is the active page of a tabbed notebook. TTabPage objects are associated with the strings in the corresponding tabbed notebook's Pages property by setting their Caption property.

See Also