<< Click to display table of contents >> TRVTabInfo.Align |
Defines a tab stop alignment (relative to the text after this tab stop)
type
TRVTabAlign = (
rvtaLeft, rvtaRight,
rvtaCenter, rvtaDecimal);
property Align: TRVTabAlign;
Image:
Alignments are inverted for right-to-left paragraphs.
rvtaDecimal aligns content at the position of a decimal separator. It may be comma or semicolon character. Both these characters are treated as separators if they follow after a digit character. If not, they are treated as separators only if they are equal to the system default decimal separator (FormatSettings.DecimalSeparator).
Default value:
rvtaLeft
See also:
▪Position.