|
TCustomRichViewEdit.ChangeListLevels |
Top Previous Next |
|
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: See also: See also methods of TCustomRichView: |