[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if the help viewer is automatically registered in the Lazarus Help system.
Source position: lazhelphtml.pas line 113
published property THTMLBrowserHelpViewer.AutoRegister : Boolean; |
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.
|
Base class for help viewers used in the LCL help system. |
|
|
Indicates if the help viewer is automatically registered at run-time. |
|
|
Registers the help viewer for use in the LCL help system. |
|
|
Unregisters the help viewer in the LCL help system. |