TrvAction.Control |
Top Previous Next |
|
Defines the editor for this action. property Control: TCustomRichViewEdit; If TRichViewEdit or TDBRichViewEdit component is assigned to this property, the action works with this component. Otherwise, if TRVAControlPanel.DefaultControl is assigned, the action works with it. Otherwise, if TRichViewEdit or TDBRichViewEdit component is focused, the action works with it. Otherwise, it works with the first found TRichViewEdit or TDBRichViewEdit component. |