TRVAControlPanel.DefaultControl |
Top Previous Next |
|
Specifies a TCustomRichViewEdit component for using in RichViewActions. property DefaultControl: TCustomRichViewEdit; If this link is defined, all action inherited from TrvAction work with this editor. This property can be overridden by Control property of the specific action. If this link (and action.Control property) is not assigned, the action works with TCustomRichViewEdit component having the input focus, or, if TCustomRichViewEdit component is not focused, with the first found TCustomRichViewEdit component. |