⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formcatexpert.txt

📁 DelphiDoc is a program for automatic generation of documentation on a Delphi-Project. At the momen
💻 TXT
字号:
Options sorted by Category
~guiinclude Default.txt

~guialias LabelValue CheckBoxValue

~guimanual 434,155,569,176    #CheckBoxValue


~gui TreeView Tree of the Options
Shows all options sorted by their category.
After selecting an option it can be viewed and changed on the right. 
Categories can be collapsed to see the other options better.~[br]
If double clicked the current option is toggled if it is a boolean value
or an enumeration. By clicking the current option again or pressing
~[code F2] you can edit its value directly in the tree as a text, ~[code F4]
will focus the dynamically created control of the option, ~[code F3] will 
repeat a ~[linkGUI #ButtonSearchDlg search].


~gui RichEditHelpText Help Text of the Option
A help text for the currently selected option will automatically be extracted 
and shown in this control. The help text is extracted from the HTML file 
"~[code options.html]" in the sub-directory "Documentation". You should open
it with your browser to have a better overview of all available options.

~gui PanelSplitter Splitter between Tree and Help Text
With this beam the size of the tree view and the component showing the help 
text can be adjusted. If the help text is minimized it will not be extracted 
anymore. Just click it and move the mouse up or down while holding the mouse
button pressed.

~gui ButtonSearchDlg Search Options
A ~[linkGUI FormOptionSearchDialog simple dialog] to search options can be 
shown by activating this button. A search text can be entered and the 
attributes of the options to search the text in can be chosen. The last 
search can be repeated by pressing the ~[code F3] key.



~gui EditName Name of the Option
Shows the name of the currently selected option.

~gui EditCategory Category
Shows the category of the currently selected option.

~gui EditDefaultValue Default Value
Shows the default value on creation of a new generator of the currently selected
option.

~gui CheckBoxValue Value of the Option
Allows the editing of the value of the currently selected option.

~gui EditAttributes Attributes of the Option
Shows the attributes of option, "No Read" means the option can not be read 
and will always show some kind of a default value, "No Write" means that any
attempt to set the option is ignored and options marked with "Changes Options"
may change other options when changed. Options marked with "No Read" or 
"No Write" won't be saved to a file.

~gui EditClass Defining Class
Shows the class the currently selected option is defined in.

~gui GroupBoxValue Values of the Option
This group box shows the values of the currently selected option and allows the
changing of the value.



~gui ComboBoxTopics Select Topic to view Options of
In this component the class to show the options of can be set. The generators 
are classes inheriting from common base classes. If you only want to edit 
options specific to a class you can choose here what class' options to edit.

~gui RadioGroupShowOptions Select Options to view
In this radio group box you can choose what/how many classes' options you want 
to edit.




~gui ButtonLoadOptionsDefault Load Default Options
Loads the options from the file ~[code Delphidoc.ini] in the same directory
as the ~[em exe]cutable file.

~gui ButtonLoadOptionsFile Load Options from File
Loads the options from the file the user selects.

~gui ButtonSaveOptionsDefault Save Default Options of this Generator
Saves the options to the file ~[code Delphidoc.ini] in the same directory
as the ~[em exe]cutable file.
Options with the "No Read" or "No Write" attribute won't be saved to the file.

~gui ButtonSaveOptionsFile Save Options of this Generator to a File
Saves the options to a file the user selects. 
Options with the "No Read" or "No Write" attribute won't be saved to the file.

~gui CheckBoxByHierarchy By Hierarchy
All common options are saved for all objects that understand the options, 
not just all options for the main topic (the current generator object). To do
that all options are written in a section of its topic (defining base class),
thus all common options will also be read by other object understanding that
topic (i.e. other generators).


~gui StatusBar Description
Shows the description of the currently selected option.

~gui BitBtnClose Close
Closes the window.


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -