TCustomRichViewEdit.ChangeListLevels

<< Click to display table of contents >>

TCustomRichViewEdit.ChangeListLevels

Changes list levels (levels of paragraphs bullets and numbering) for the selected paragraphs.

procedure ChangeListLevels(LevelDelta: Integer);

(introduced in version 1.7)

For example,

  rve.ChangeListLevels(+1// increases level by 1 

  rve.ChangeListLevels(-1// decreases level by 1

Paragraphs without bullets or numbering are not affected.

Method type: editstyle editing-style.

See also:

ApplyListStyle;

RemoveLists.

See also methods of TCustomRichView:

SetListMarkerInfo;

GetListMarkerInfo.