How do I add support for actions in my component
问题 What do I need to do for adding actions support to my component. It is a button component but I guess it is the same for whatever component type it is. Any information or how to will help. 回答1: That depends on how you define action support . There is two kinds: A possibly customized Action property of your component, which is assignable by an Action component The Action component itself. An action property Every TControl descendant has an Action property which execution is by default linked