TsrvAction.Control

<< Click to display table of contents >>

TsrvAction.Control

Defines the editor for this action.

property Control: TSRichViewEdit;

If TSRichViewEdit component is assigned to this property, the action works with this component.

Otherwise, if TSRichViewEdit component is focused, the action works with it.

Otherwise, it works with the first found TSRichViewEdit component.