Function TWPCustomRtfEdit.TabstopAdd(PosInTwips:Integer; Kind:TTabKind; FillMode:TTabFill; FillColor:Integer) : Boolean

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Parameters

Returns

The type of the result value is Boolean.

Description

This function adds a tabstop. The first parameter is the position in twips, the second is the kind of the tabstop. Possible values are:
tkLeft - standard LEFT (default)
tkRight - Flush-right tab.
tkCenter - Centered tab.
tkDecimal - Decimal tab.
tkBarTab - Draw bar (Unlike in Word, Fillmodes are supported, too!)
Two optional parameter are used to specify the fillmode and the fill color.