Vcl.Samples.Spin.TSpinEdit.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.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinEdit

Description

Initializes a window creation parameter record passed in the Params parameter.

The CreateWnd method calls CreateParams to initialize the parameters it passes to CreateWindowHandle.

CreateWnd calls the inherited method and then specifies the style for the created window.

See Also