Shows help for a control or menu item. This function is called by the LCL interface.
Source position: forms.pp line 718
public procedure TCustomForm.IntfHelp( |
AComponent: TComponent |
); |
AComponent |
|
TComponent instance for the help displayed in the method. |
Calls the ShowHelp method in AComponent when the argument is derived from TControl.
|
Displays the help associated with the control. |
| Version 4.4 | Generated 2025-11-08 | Home |