Specifies the alignment of tab stops in a field.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 7.0 Security:
# Syntax
set the tabAlign [of line lineNumber] of field to tabAlignList
# Examples
set the tabAlign of field 1 to "left,left,right,center"
put "A" \ & tab & "B" & tab & "C" & cr & "left" & tab & "center" & tab & "right" into field 1 set the tabStops of field 1 to "100" set the tabAlign of field 1 to "left,center,right"
# Description
Use the tabAlign property to set the alignment of tab separated text.
# Tags
ui,
# See
- **property:** textAlign, formattedWidth, autoTab, formattedText, width, listStyle, tabStops, listBehavior, hScrollbar, textSize - **message:** tabKey