Unit 'LazHelpHTML' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

THTMLHelpDatabase

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

Declaration

Source position: lazhelphtml.pas line 52

type THTMLHelpDatabase = class(THelpDatabase)

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 BuiltInBaseURL: string; [rw]

  

  property BaseURL: string; [rws]

  

  property AutoRegister: Boolean;

  

  property KeywordPrefix: string; [rw]

  

end;

Inheritance

THTMLHelpDatabase

  

|

THelpDatabase

  

|

TObject



CT Web help

CodeTyphon Studio