Vcl.ExtCtrls.TButtonedEdit.Alignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Alignment;

C++

__property Alignment = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TButtonedEdit

Description

Determines how the text is aligned within the text edit control.

Vcl.ExtCtrls.TButtonedEdit.Alignment inherits from Vcl.StdCtrls.TCustomEdit.Alignment. All content below this line refers to Vcl.StdCtrls.TCustomEdit.Alignment.

Determines how the text is aligned within the text edit control.

Use Alignment to change the way the text is formatted in the text edit control. Alignment can take one of the following values:



Value Meaning

taLeftJustify

Align text to the left side of the control

taCenter

Center text horizontally in the control.

taRightJustify

Align text to the right side of the control.



See Also


Code Examples