|
<< Click to display table of contents >>
|
A helper component that simplifies working with TRichViewEdit and TDBRichViewEdit.
Unit [VCL/FMX] RVEditHelper / fmxRVEditHelper.
Syntax
TRVEditHelper = class (TComponent)
TObject
TPersistent
TComponent
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.
If you use the TRichView FMX Tools, you can use the EditHelper property of TRVControlPanel instead of this component.