TCustomRichViewEdit.RemoveLists

<< Click to display table of contents >>

TCustomRichViewEdit.RemoveLists

Removes markers (bullets and numbering) from the selected paragraphs.

procedure RemoveLists(ARecursive: Boolean);

(introduced in version 1.7)

Parameter:

ARecursive – reserved for future use. Set it to False.

Method type: editstyle editing-style.

 

See also:

▪ApplyListStyle;

▪ChangeListLevels.

See also methods of TCustomRichView:

▪SetListMarkerInfo;

▪GetListMarkerInfo.