[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.Alignment

Indicates the text alignment used for the control value.

Declaration

Source position: groupededit.pp line 287

public property TCustomAbstractGroupedEdit.Alignment : TAlignment
  read GetAlignment
  write SetAlignment
  default taLeftJustify;

Description

Alignment is a TAlignment property which indicates the text alignment used for the control value in the BaseEditor control. Read and write access for the property value are redirected to the BaseEditor control.

The default value for the property is taLeftJustify. See TAlignment in the RTL for more information about the values in the enumerated type and their meanings.

See also

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TCustomEdit.Alignment

  

The horizontal alignment for the text in the control (left, right, or centered).

TAlignment


Version 3.2 Generated 2024-02-25 Home