Vcl.ShadowWnd.TShadowWindow.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.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Initializes a shadow window creation parameter data structure.

The CreateParams method first calls the inherited CreateParams method to set the default values, then additionally sets some transparency-related flags.

See Also