Examples Delphi

Title: Display the help contents
Question: How to display the help contents in 32 bit applications ?
Answer:
Place in the OnClick event of the menu item the following code:
Application.HelpCommand (HELP_FINDER, 0);