|
RAD Studio VCL Reference
|
Initializes the window creation parameters for the up-down control.
procedure CreateParams(var Params: TCreateParams); override;
virtual __fastcall CreateParams(TCreateParams Params);
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|