Vcl.ToolWin.TToolDockForm.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.ToolWin.pas
Vcl.ToolWin.hpp
Vcl.ToolWin TToolDockForm

Description

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.