What Is The OnActionUpdate Event In DelphiVCL.Application?
December 10, 2021
In this post, we’ll use OnActionUpdate or DelphiVCL.Application.OnActionUpdate event occurs when an action’s Update method is called and its action list has not already handled it. Learning how to do it will allow you to easily build GUIs and test it with Python Testing Tools.
Use the OnActionUpdate event handler to update the properties of an action when the application is idle if…