The error you describe is an error, at least in Delphi 2010, but fixed in Delphi XE4 (I do not have XE..XE3 installed and cannot verify). You yourself discovered that a workaround is used to indicate the name of a procedure / function with the name of the nodes in the implementation.
It should also be noted that when calling a procedure in another place in the code, for example,
procedure WhatEver; begin xx end;
will display the HelpInsight document as expected when you hover over xx .
Finally, no help can be provided for your HelpInsight application that works only 1 or 2 of 50 times if you do not show examples.
source share