API:Vcl.Ribbon.TRibbonGroupDockForm.CreateParams

From RAD Studio API Documentation
Jump to: navigation, search

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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroupDockForm

Description

Initializes the window-creation parameter record when the form window is created.

Vcl.Ribbon.TRibbonGroupDockForm.CreateParams inherits from Vcl.ToolWin.TToolDockForm.CreateParams. All content below this line refers to Vcl.ToolWin.TToolDockForm.CreateParams.

Initializes the window-creation parameter record when the form window is created.

CreateParams calls the inherited CreateParams method, and then adds WS_POPUP to the Style property.