Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditHorzAlignment Type

Specifies the type of the horizontal alignment.

#Declaration

Delphi
TcxEditHorzAlignment = System.Classes.TAlignment;

#Referenced Class

Type
TAlignment

#Remarks

The horizontal alignment of an editor’s contents is set via the Horz property of the TcxCustomEditProperties.Alignment object. The TcxEditHorzAlignment type enumerates possible values of the horizontal alignment.

Value Meaning
taLeftJustify The editor value is left justified: all text lines begin at the left edge of the editor.
taCenter The editor value is centered within the editor.
taRightJustify The editor value is right justified: all text lines end at the right edge of the control.

See Also