IdxRichEditTabInfoCollection.CreateNew Method
In This Article
Creates a new tab stop on the horizontal ruler.
#Declaration
Delphi
function CreateNew: IdxRichEditTabInfo;
#Returns
Type |
---|
Idx |
#Remarks
Call this function to add a tab stop to a paragraph’s tab stop collection. Then, you can customize the returned tab stop by using its properties and methods.
See Also