TSRichViewEdit.ActiveEditor (read-only)

<< Click to display table of contents >>

TSRichViewEdit.ActiveEditor (read-only)

Returns the active editor belonging to this TSRichViewEdit control.

property ActiveEditor: TRichViewEdit;

This property returns the editor containing the caret. All editing operations must be applied to this editor.

This property can return one of the following values:

•RichViewEdit

•RVHeader

•RVFooter

•RVNote

When the user starts editing another RichViewEdit, OnChangeActiveEditor event occurs.

See also methods:

•StartEditing

•StartEditNote

•Document parts in TSRichViewEdit