![]() |
Previous Top Next |
FormHelp component as subproperty of WhatsThis structure.
|
property MenuItem: TMenuItem;
|
The MenuItem property points to the "What's This?" menu item (in any menu, main or popup). When user clicks this menu item, the cursor will be changed to a question mark with a pointer.
|
|
If the user then clicks a control in the form, the control receives a WM_HELP message to show the context-sensitive help taken from secondary part of the Hint property.
|
|
![]() |
ToolbarButton property and InvokeHelpPointer method.
|