What Is The OnHelp Event In DelphiVCL.Application?
January 5, 2022
What is the DelphiVCL.Application.OnHelp event?
The OnHelp or DelphiVCL.Application.OnHelp occurs when the application receives a request for Help. You can examine and set it in the IDE software.
How to use the DelphiVCL.Application.OnHelp event properly?
Write an OnHelp event handler to perform special processing when the user requests Help. The HelpContext and HelpJump methods…