Vcl.TabNotBk.TTabbedNotebook.CreateParams
Delphi
procedure CreateParams(var Params: TCreateParams); override;
C++
virtual void __fastcall CreateParams(Vcl::Controls::TCreateParams &Params);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.TabNotBk.pas Vcl.TabNotBk.hpp |
Vcl.TabNotBk | TTabbedNotebook |
Description
Sets up the window-creation parameters for the tab control.
Vcl.TabNotBk.TTabbedNotebook.CreateParams inherits from Vcl.ComCtrls.TCustomTabControl.CreateParams. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.CreateParams.
Sets up the window-creation parameters for the tab control.
Tab controls call CreateParams internally when the window for the tab control must be generated. CreateParams overrides the inherited method to specify a tab control window with the current property settings.