I am trying to put form into “help mode” in Delphi 2010.
I have a button which the user clicks, and I want the cursor to change to the help cursor, then when a user clicks onto a control, the help for the control is displayed
Is there a window message that I can send?
Send a
WM_SYSCOMMANDmessage to the form passingSC_CONTEXTHELPaslParam.Write something like this in your button
OnClickevent handler: