Vcl.ComCtrls.TCustomUpDown.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomUpDown

Description

Initializes the window creation parameters for the up-down control.

CreateParams is called automatically before the window for an up-down control is created. CreateParams calls the inherited method, then sets the Params parameter to reflect the values of the AlignButton, ArrowKeys, Orientation, Thousands, and Wrap properties.

See Also