RAD Studio VCL Reference
|
TTabSheet is an individual page in a TPageControl object.
TTabSheet = class(TWinControl);
class TTabSheet : public TWinControl;
ComCtrls
Use TTabSheet to represent a single page in a tabbed page control. Tab sheets are typically referred to as pages. TPageControl maintains an indexed array of its tab sheets in its Pages property. Users can click on a tab to activate the tab sheet.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|