Command WR DELETE STYLESHEET TAB

4D Write

WR DELETE STYLESHEET TAB

version 6.5


WR DELETE STYLESHEET TAB (area; stylesheetNumber; tabNumber)

ParameterTypeDescription
areaLongint4D Write area
stylesheetNumberLongintStylesheet number
tabNumberLongintNumber of the tabulation to delete

Description

The WR DELETE STYLESHEET TAB command deletes the tab stop whose number was passed in tabNumber from the styleSheetNumber style sheet, in the 4D Write area referenced by area. Style sheets are numbered from top to bottom, as listed in the style sheet dialog box.

This command has no effect on the selected text, even if it currently uses the styleSheetNumber style sheet.

To update the text that uses the modified style sheet, you need to use the WR UPDATE STYLESHEET command.

Example

See the example for the WR UPDATE STYLESHEET command.

See Also

WR ADD STYLESHEET TAB, WR DELETE TAB.