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

THTMLHelpDatabase

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

Declaration

Source position: lazhelphtml.pas line 51

type THTMLHelpDatabase = class(THelpDatabase) end;

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function ShowURL(); virtual;

  

  function ShowHelp(); override;

  

  function GetNodesForKeyword(); override;

  

  function GetEffectiveBaseURL;

  

  procedure Load(); override;

  

  procedure Save(); override;

  

  property DefaultBaseURL: string; [rw]

  

published

  property BaseURL: string; [rws]

  

  property AutoRegister: Boolean;

  

  property KeywordPrefix: string; [rw]

  

Inheritance

THTMLHelpDatabase

  

|

THelpDatabase

  

|

TComponent

?

TObject

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