rvedithelpertr TRVEditHelper

Properties   Methods

<< Click to display table of contents >>

rvedithelpertr TRVEditHelper

Properties   Methods

A helper component that simplifies working with TRichViewEdit and TDBRichViewEdit.

Unit [VCL/FMX] RVEditHelper / fmxRVEditHelper.

Syntax

TRVEditHelper = class (TComponent)

Hierarchy

TObject

TPersistent

TComponent

Description

This component provides a simpler way to implement editing operations than using the methods and events of TRichViewEdit.

Editing operations:

IncreaseIndent и DecreaseIndent increases and decreases the indents of the selected paragraphs.

SetTextStyleToEditor modifies the specified properties of the selected text.

SetParaStyleToEditor modifies the specified properties of the selected paragraphs.

Information about the selected fragment:

GetTextStyleFromEditor retrieves the properties of the selected text.

GetParaStyleFromEditor retrieves the properties of the selected paragraphs.

FireMonkey Note

If you use the TRichView FMX Tools, you can use the EditHelper property of TRVControlPanel instead of this component.