Description


Adds tabulator to the end of document.



procedure AddTab (TextStyleNo, ParaNo: Integer);

 Parameter

 Description

 TextStyleNo

 The number of the text style. Not used, use the value 0.

 ParaNo

 If ParaNo=-1, the method adds an item to the end of the last paragraph. If ParaNo>=0, this item starts a new paragraph.



Example


   Form1.RichEdit1.AddTab(0, -1);
   Form1.RichEdit1.Format; // To apply the changes to the document