Want to make sure I am using RVAControlPanel correctly.
Posted: Mon Nov 09, 2015 11:03 pm
Hi:
I just want to make sure I am using the RVAControlPanel correctly.
I have a database program with three different memo fields. Each memo field uses a TRichViewEdit to handle RTF. (I'm not using TDBRichViewEdit).
I have created a toolbar for each of the three memo's. (three toolbars, each identical)
My question is this.
- Can I create just one set of RichView Actions...
- Create one RVAControlPanel
- Set RVAControlPanel.DefaultControl := <focused TRichViewEdit>
Or do I have to create a duplicate set of actions for each TRichViewEdit?
Are there any issues that I need to watch out for?
Thanks,
Dale
I just want to make sure I am using the RVAControlPanel correctly.
I have a database program with three different memo fields. Each memo field uses a TRichViewEdit to handle RTF. (I'm not using TDBRichViewEdit).
I have created a toolbar for each of the three memo's. (three toolbars, each identical)
My question is this.
- Can I create just one set of RichView Actions...
- Create one RVAControlPanel
- Set RVAControlPanel.DefaultControl := <focused TRichViewEdit>
Or do I have to create a duplicate set of actions for each TRichViewEdit?
Are there any issues that I need to watch out for?
Thanks,
Dale