|
|
Previous Top Next |
| FormHelp component as subproperty of WhatsThis structure.
|
| property ToolbarButton: TControl;
|
| The ToolbarButton property points to the "What's This?" button on the toolbar (or any control, in general). When user clicks this button, 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. The FormHelp component hooks this message to show the context-sensitive help taken from secondary part of the Hint property.
|
|
|
|
| MenuItem property and InvokeHelpPointer method.
|