Delphi TAction objects



Delphi TAction objects

Delphi TAction objects

We talked about how to maintain control states for a form using Delphi, and I have noticed that quite a few still use the old-school “updatestates” single procedure approach. This is just a quick overview of action objects and how you can isolate enable/disable logic for an action, assign it to different elements and neatly isolate your code in one place. Hopefully someone will find this useful.

Comments are closed.