|
<< Click to Display Table of Contents >> INI-file explained |
![]() ![]()
|
Parameter names (Keys =) are grouped under Sections enclosed within [square brackets].
Key explanation are marked by green italics.
;***********************************************
;* Initialization (INI-)file for PdxEditor.exe *
;* Copyright © 2010-2026, Niels Knabe *
;***********************************************
;Lines preceded by semicolon are currently inactive or comments
[AppHelp]
UseLocalHelp = 1
;This tells the PdxEditor to use local or distant application help
[AppHelpLocal]
;These are the Keys for the local application help
;".\Help" means location in a directory Help subordinate to the exe location
;"..\Help" would means location in a directory Help in parallel to the exe location
Location = .\Help
Target = PdxEditor.chm
;Location = .\WebHelp
;Target = index.html
;The Target Key may be used to target a specific page
[AppHelpOnWeb]
;These are the Keys for the distant application help
Location = http://nknabe.dk/database/pdxeditor/help
IndexFile = index.html
;Target = index.html
;The Target Key may be used to target a specific page
[LocalSQL]
UseLocalHelp = 0
;This tells the PdxEditor to use local or distant LocalSQL manual
[LocalSQLLocal]
;These are the Keys for the local LocalSQL manual
Location = .\LocalSQL
Target = LocalSQL.chm
;Target = index.html
;The Target Key may be used to target a specific page
[LocalSQLOnWeb]
;These are the Keys for the distant LocalSQL manual
Location = http://nknabe.dk/localsql/
IndexFile = index.html
;Target = index.html
;The Target Key may be used to target a specific page
[WebHelpLocal]
OmitHtmlFilePrefix = 0
;This instructs if local html-files should omit the "file:///" prefix
[Mode]
;This gives the optional leading character(s) for grid display of Memo-text (see Memo/FmtMemo)
MemoDBGridMarker = "• "
MemoDBGridCharsDisplay = 8
;This gives the number of characters from the Memo data displayed in the data grid.
;Accepted 6 to 50, default 8.
[Appearance]
;This enables a custom color of the user interface compensating for the washed out Windows 11 standard colors.
;The color is specified by it's Red;Green;Blue values - 240;240;240 specifying light grey.
FormCustomColorRGB = 230;230;230
[TextImport]
SampleLinesDisplay =
;This gives the number of import sample lines to display other than default
;See Text data sample display
;INI-File End