I have a TActionManager
in my application, where all the actions are defined. I need to obtain a list of all its actions; currently, using its Actions property I can obtain the "path" for the action (GetNamePath
) but I also want to obtain its caption.
Is it possible to obtain all actions from an action manager?