AbHelp.ini

SUMMARY

The "AbHelp.ini" file keep parameters refering to the ALPHA-VISION® Help Files.

DESCRIPTION

On default that file does not exist; to use the options described below it must be created manually and it must be located in the same folder as AbHelp.exe.

Section [Debug]

Entry Type Description / Example Default
ShowKeyWords integer
1: Shows the keyword referenced to when calling for Help Files.
0: Normal Display
Example
[Debug]
ShowKeyWords=1
					
0
ShowFilenames integer
1: Shows the file name and path of a help file found by referencing a keyword.
0: Normal Display
Example
[Debug]
ShowFilenames=1
					
0

Section [StartUp]

Entry Type Description / Example Default
EnableEdit integer
1: Allows modifying the text of a help file. 0: inhibits modifying.
Example
[StartUp]
EnableEdit=0				
					
0
EnableOpen integer
1: The icon to open a help directory is shown in the header of the application.
0: The icon is not shown.
(Replaces the entry 'EnableMenu')
Example
[StartUp]
EnableOpen=1				
					
1
EnablePrint integer
1: The icon to print a help file is shown in the header of the application.
0: The icon is not shown.
Example
[StartUp]
EnablePrint=1				
					
1
EnableFind integer
1: The icon to search for keywords is shown in the header of the application.
0: The icon is not shown.
Example
[StartUp]
EnableFind=1				
					
1
EnableClose integer
1: AbHelp can be closed via the [X] button or via the combination [ALT]+[F4].
0: AbHelp is not closed but minimized to the task bar.
Example
[StartUp]
EnableClose=1				
					
1