ActionUpdateDelay property or DelphiVCL.Application.ActionUpdateDelay used to delay the call to DoActionIdle. This applies to native Windows development. The following example demonstrates the usefulness of this property:
Create an MDI project with the main form, an MDI Child, and a TAction class.
Link the TAction OnUpdate event to a method.
Run the program and maximize the MDI…