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

THelpViewer

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

Declaration

Source position: lazhelpintf.pas line 487

type THelpViewer = class(TComponent)

protected

  procedure SetSupportedMimeTypes(); virtual;

  

  procedure AddSupportedMimeType(); virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function SupportsTableOfContents; virtual;

  

  procedure ShowTableOfContents(); virtual;

  

  function SupportsMimeType(); virtual;

  

  function ShowNode(); virtual;

  

  procedure Hide; virtual;

  

  procedure Assign(); override;

  

  procedure Load(); virtual;

  

  procedure Save(); virtual;

  

  function GetLocalizedName; virtual;

  

  procedure RegisterSelf; virtual;

  

  procedure UnregisterSelf; virtual;

  

  property SupportedMimeTypes: TStrings; [r]

  

  property ParameterHelp: string; [rw]

  

  property StorageName: string; [rw]

  

  property AutoRegister: Boolean; [rw]

  

end;

Inheritance

THelpViewer

  

|

TObject



CT Web help

CodeTyphon Studio