Grouping Actions in plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

Grouping Actions in plugin

Hi,

Over the last week, I've been starting to learn Delphi to create a couple of extra plugins for VisualNEO Win. Although the sample files have been very helpful in learning how to create functions, I can't find how to put the actions into groups for VisualNeo. Instead of being one long list in the Add Action list. How can I code this?

 

Thanks :)

nbAddAction(0, 'Action group', '', [], 0);

as3856

danieldlsmith has reacted to this post.
danieldlsmith

Ah, great. Thank you :)