RAD Studio VCL Reference
|
TCustomTabControl is the base type for tab control components such as TTabControl and TPageControl.
TCustomTabControl = class(TWinControl);
class TCustomTabControl : public TWinControl;
ComCtrls
Use TCustomTabControl as a base class when defining a control that includes a set of notebook style tabs across the top. TCustomTabControl introduces many properties, methods, and events to manage appearance and behavior of the tabs, and to respond when the user selects one of the tabs.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|