[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.IntfHelp

Shows help for a control or menu item. This function is called by the LCL interface.

Declaration

Source position: forms.pp line 726

public procedure TCustomForm.IntfHelp(

  AComponent: TComponent

);

Arguments

AComponent

  

TComponent instance for the help displayed in the method.

Description

Calls the ShowHelp method in AComponent when the argument is derived from TControl.

See also

TControl.ShowHelp

  

Displays the help associated with the control.


Version 3.2 Generated 2024-02-25 Home