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

THTMLBrowserHelpViewer.AutoRegister

Indicates if the help viewer is automatically registered in the Lazarus Help system.

Declaration

Source position: lazhelphtml.pas line 113

published property THTMLBrowserHelpViewer.AutoRegister : Boolean;

Description

AutoRegister is a published Boolean property in THTMLBrowserHelpViewer. AutoRegister determines whether the RegisterSelf or UnregisterSelf method for the help viewer is called at run-time. RegisterSelf is called when AutoRegister contains True; otherwise UnregisterSelf is called.

See also

THelpViewer

  

Base class for help viewers used in the LCL help system.

THelpViewer.AutoRegister

  

Indicates if the help viewer is automatically registered at run-time.

THelpViewer.RegisterSelf

  

Registers the help viewer for use in the LCL help system.

THelpViewer.UnregisterSelf

  

Unregisters the help viewer in the LCL help system.