When Sender is a TControl, invoke its ShowHelp method.
Source position: forms.pp line 1516
public procedure TApplication.ShowHelpForObject(
Sender: TObject
);
Sender
Should be a TControl, otherwise no help is displayed.