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

THelpManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: helpintfs.pas line 193

type THelpManager = class(TObject)

public

  function DoHelpNotFound();

  

  function ShowTableOfContents(); virtual;

  

  procedure ShowError(); virtual; abstract;

  

  function ShowHelpForQuery(); virtual;

  

  function ShowHelpForContext(); virtual;

  

  function ShowHelpForKeyword(); virtual;

  

  function ShowHelpForPascalContexts(); virtual;

  

  function ShowHelpForSourcePosition(); virtual;

  

  function ShowHelpForMessageLine(); virtual;

  

  function ShowHelpForClass(); virtual;

  

  function ShowHelpFile(); virtual;

  

  function ShowHelp(); virtual;

  

end;

Inheritance

THelpManager

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.