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

THelpViewers

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

Declaration

Source position: lazhelpintf.pas line 492

type THelpViewers = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function Count;

  

  function GetViewersSupportingMimeType();

  

  procedure RegisterViewer();

  

  procedure UnregisterViewer();

  

  procedure Load(); virtual;

  

  procedure Save(); virtual;

  

  function IndexOf();

  

  property Items: THelpViewer; default; [r]

  

end;

Inheritance

THelpViewers

  

|

TObject

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