I've used TActionLists in D7 for many projects, one for each TForm where it seemed relevant. Now, starting a new project i XE2, the users require a Ribbon, which seems to require a TActionManager.
Reading online and the documentation doesn't give me a clear idea on how to utilize the TActionManager in the way it was developed. My questions are:
- Am I supposed to put just one TActionManager in ex. TDataModule or am I supposed to stick by my usual procedure, and put one on each TForm?
- Should I use it in conjunction with TActionLists, or is that only for existing projects, where the TActionManager is introduced later?
- Anything to be aware of when using TActionManager in SDI or MDI applications?
- Links to examples etc. are appreciated.
Thanks,
/Mikkel