Vcl.ComCtrls.TUpDown.AlignButton

From RAD Studio API Documentation

Delphi

property AlignButton: TUDAlignButton read FAlignButton write SetAlignButton default 1;

C++

__property AlignButton = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TUpDown

Description

Specifies the position of the up-down control relative to its companion control. {{#multireplace:Vcl.ComCtrls.TUpDown.AlignButton|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomUpDown.AlignButton|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomUpDown.AlignButton|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the position of the up-down control relative to its companion control.

Set AlignButton to indicate where to position the up-down control. The up-down control appears attached to the outer edge of the control specified by the Associate property. These are the possible values:



Value Meaning

udLeft

Position the up-down control on the left edge of the companion control.

udRight

Position the up-down control on the right edge of the companion control.



The up-down control resizes itself to the height of the companion control.

See Also