📄 formcatexpert.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Options sorted by Category - Help on GUI of JADD - Just Another DelphiDoc - JADD - Just Another DelphiDoc</title>
<meta name="keywords" content="Options sorted by Category">
<meta name="Generator" content="JADD - Just Another DelphiDoc">
<link rel="stylesheet" type="text/css" href="DelphiDoc.css" title="Style">
</head>
<body>
<table width="100%" class="headerlinks"><tbody><tr>
<td align="center"><a href="index.html">Index</a></td>
</tr></tbody></table>
<hr>
<p align="center">
<!-- local -->
<a href="http://sourceforge.net/"><img
src="sflogo.png"
width="210" height="62" border="0" alt="SourceForge.net Logo"
align="right"></a>
<!-- /local -->
<!-- public - -!
<a href="http://sourceforge.net/"><img
src="http://sourceforge.net/sflogo.php?group_id=113456&type=5"
width="210" height="62" border="0" alt="SourceForge.net Logo"
align="right"></a>
<!- - /public -->
Homepage: <a href="http://delphidoc.sourceforge.net/">http://delphidoc.sourceforge.net/</a><br>
Project-Page: <a href="http://sourceforge.net/projects/delphidoc/">http://sourceforge.net/projects/delphidoc/</a><br>
</p>
<br clear="all">
<div align="center"><a name="X.top" id="X.top">Click component for help:</a></div>
<div class="imgparagraph" align="center">
<map name="imagemap10" id="imagemap10"><area shape="rect" coords="434,155,569,176" alt="Value of the Option" title="Value of the Option" href="FormCatExpert.html#CheckBoxValue">
<area shape="rect" coords="17,40,56,53" alt="Tree of the Options" title="Tree of the Options" href="FormCatExpert.html#TreeView">
<area shape="rect" coords="4,425,609,444" alt="Description" title="Description" href="FormCatExpert.html#StatusBar">
<area shape="rect" coords="377,53,408,66" alt="Name of the Option" title="Name of the Option" href="FormCatExpert.html#EditName">
<area shape="rect" coords="376,80,421,93" alt="Category" title="Category" href="FormCatExpert.html#EditCategory">
<area shape="rect" coords="376,107,443,120" alt="Default Value" title="Default Value" href="FormCatExpert.html#EditDefaultValue">
<area shape="rect" coords="376,134,406,147" alt="Value of the Option" title="Value of the Option" href="FormCatExpert.html#CheckBoxValue">
<area shape="rect" coords="376,188,406,201" alt="Defining Class" title="Defining Class" href="FormCatExpert.html#EditClass">
<area shape="rect" coords="376,161,423,174" alt="Attributes of the Option" title="Attributes of the Option" href="FormCatExpert.html#EditAttributes">
<area shape="rect" coords="446,49,581,70" alt="Name of the Option" title="Name of the Option" href="FormCatExpert.html#EditName">
<area shape="rect" coords="446,76,581,97" alt="Category" title="Category" href="FormCatExpert.html#EditCategory">
<area shape="rect" coords="446,103,581,124" alt="Default Value" title="Default Value" href="FormCatExpert.html#EditDefaultValue">
<area shape="rect" coords="446,184,581,205" alt="Defining Class" title="Defining Class" href="FormCatExpert.html#EditClass">
<area shape="rect" coords="446,157,581,178" alt="Attributes of the Option" title="Attributes of the Option" href="FormCatExpert.html#EditAttributes">
<area shape="rect" coords="366,34,596,212" alt="Values of the Option" title="Values of the Option" href="FormCatExpert.html#GroupBoxValue">
<area shape="rect" coords="500,391,596,418" alt="Close" title="Close" href="FormCatExpert.html#BitBtnClose">
<area shape="rect" coords="374,365,491,382" alt="By Hierarchy" title="By Hierarchy" href="FormCatExpert.html#CheckBoxByHierarchy">
<area shape="rect" coords="483,339,572,364" alt="Save Options of this Generator to a File" title="Save Options of this Generator to a File" href="FormCatExpert.html#ButtonSaveOptionsFile">
<area shape="rect" coords="374,339,463,364" alt="Save Default Options of this Generator" title="Save Default Options of this Generator" href="FormCatExpert.html#ButtonSaveOptionsDefault">
<area shape="rect" coords="374,304,463,331" alt="Load Default Options" title="Load Default Options" href="FormCatExpert.html#ButtonLoadOptionsDefault">
<area shape="rect" coords="483,304,572,330" alt="Load Options from File" title="Load Options from File" href="FormCatExpert.html#ButtonLoadOptionsFile">
<area shape="rect" coords="366,285,596,386" alt="No specific Help" title="No specific Help" href="FormCatExpert.html#X.Default">
<area shape="rect" coords="366,216,596,281" alt="Select Options to view" title="Select Options to view" href="FormCatExpert.html#RadioGroupShowOptions">
<area shape="rect" coords="426,230,591,251" alt="Select Topic to view Options of" title="Select Topic to view Options of" href="FormCatExpert.html#ComboBoxTopics">
<area shape="rect" coords="274,32,354,54" alt="Search Options" title="Search Options" href="FormCatExpert.html#ButtonSearchDlg">
<area shape="rect" coords="17,330,354,416" alt="Help Text of the Option" title="Help Text of the Option" href="FormCatExpert.html#RichEditHelpText">
<area shape="rect" coords="17,327,354,331" alt="Splitter between Tree and Help Text" title="Splitter between Tree and Help Text" href="FormCatExpert.html#PanelSplitter">
<area shape="rect" coords="17,56,354,328" alt="Tree of the Options" title="Tree of the Options" href="FormCatExpert.html#TreeView">
</map>
<img src="Img10_FormCatExpert.png" alt="Image of the Window" usemap="#imagemap10" border="0"></div>
<h1>Documentation of the Components</h1>
<h2><a name="TreeView">Tree of the Options</a></h2>
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</code> you can edit its value directly in the tree as a text, <code>F4</code> will focus the dynamically created control of the option, <code>F3</code> will repeat a <a href="FormCatExpert.html#ButtonSearchDlg">search</a>.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="RichEditHelpText">Help Text of the Option</a></h2>
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</code>" in the sub-directory "Documentation". You should open it with your browser to have a better overview of all available options.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="PanelSplitter">Splitter between Tree and Help Text</a></h2>
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.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="ButtonSearchDlg">Search Options</a></h2>
A <a href="FormOptionSearchDialog.html">simple dialog</a> 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</code> key.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="EditName">Name of the Option</a></h2>
Shows the name of the currently selected option.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="EditCategory">Category</a></h2>
Shows the category of the currently selected option.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="EditDefaultValue">Default Value</a></h2>
Shows the default value on creation of a new generator of the currently selected option.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="CheckBoxValue">Value of the Option</a></h2>
Allows the editing of the value of the currently selected option.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="EditAttributes">Attributes of the Option</a></h2>
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.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="EditClass">Defining Class</a></h2>
Shows the class the currently selected option is defined in.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="GroupBoxValue">Values of the Option</a></h2>
This group box shows the values of the currently selected option and allows the changing of the value.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="ComboBoxTopics">Select Topic to view Options of</a></h2>
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.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="RadioGroupShowOptions">Select Options to view</a></h2>
In this radio group box you can choose what/how many classes' options you want to edit.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="ButtonLoadOptionsDefault">Load Default Options</a></h2>
Loads the options from the file <code>Delphidoc.ini</code> in the same directory as the <em>exe</em>cutable file.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="ButtonLoadOptionsFile">Load Options from File</a></h2>
Loads the options from the file the user selects.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="ButtonSaveOptionsDefault">Save Default Options of this Generator</a></h2>
Saves the options to the file <code>Delphidoc.ini</code> in the same directory as the <em>exe</em>cutable file. Options with the "No Read" or "No Write" attribute won't be saved to the file.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="ButtonSaveOptionsFile">Save Options of this Generator to a File</a></h2>
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.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="CheckBoxByHierarchy">By Hierarchy</a></h2>
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).
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="StatusBar">Description</a></h2>
Shows the description of the currently selected option.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="BitBtnClose">Close</a></h2>
Closes the window.
<div align="right"><a href="#X.top">top</a></div>
<h2><a name="X.Default" id="X.Default">No specific Help</a></h2>
Please see one of the contained components for a more specific help.
<div align="right"><a href="#X.top">top</a></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -