Contents - Index - Previous - Next


InsertHorizontalLine method




Declaration
function InsertHorizontalLine(const ID: WideString = ''): Boolean;

Description

Inserts a horizontal line at the insertion point or over the selection.

The optional ID parameter specifies an ID attribute for the horizontal line. If used, set ID to any alphanumeric string that begins with a letter. The underscore (_) can also be used. The ID should be unique throughout the scope of the current document.

Returns True on success. Returns False on failure.