Vcl.ComCtrls.TTabSheet.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TTabSheet(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TTabSheet(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTabSheet |
Description
Creates and initializes an instance of TTabSheet.
Call Create to instantiate a tab sheet at runtime. Tab sheets added to a page control at design time are created automatically.
Create calls the inherited Create method, then sets the initial values for the tab sheet component.
When creating tab sheets at runtime, use the PageControl property to insert them into a page control object.
See Also
Code Examples