[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

THintWindow.Alignment

Text alignment used for the hint window.

Declaration

Source position: forms.pp line 1041

public property THintWindow.Alignment : TAlignment
  read FAlignment
  write FAlignment;

Description

Alignment is a TAlignment property that indicates the alignment used for the text displayed in the hint window.

The default value for the property is taLeftJustify, as assigned in the Create constructor. The value in Alignment is used to derive the draw text flags required for the BidiMode in the hint display, and passed to to DrawText routine in theme services or widgetset classes.

See also

THintWindow.BiDiMode

  

Indicates whether text controls use in bi-directional reading.

TAlignment


Version 3.2 Generated 2024-02-25 Home