|
<< Click to display table of contents >> TRVControlPanel.Editor |
The editor that all linked actions work with.
property Editor: TCustomRVControl;
You can assign a TRichViewEdit component to this property.
Unlike RichViewActions for VCL and Lazarus, the actions included in this package do not work with the editor that has the input focus. They work with the editor assigned to this property. Therefore, if you want to use actions in FireMonkey, you must assign an editor to this property.