Docs: Documentation updates for LCL. Issue #37147, patch from Don Siders.

git-svn-id: trunk@63275 -
This commit is contained in:
juha 2020-06-02 06:56:51 +00:00
parent d8c0fef5d2
commit fc1e0c535f
2 changed files with 1052 additions and 379 deletions

View File

@ -17931,24 +17931,6 @@
<p>
<var>TTreeViewOption</var> - enumerated type containing the permissible values for Options in TreeViews.
</p>
<pre>
tvoAllowMultiselect,
tvoAutoExpand,
tvoAutoInsertMark,
tvoAutoItemHeight,
tvoHideSelection,
tvoHotTrack,
tvoKeepCollapsedNodes,
tvoReadOnly,
tvoRightClickSelect,
tvoRowSelect,
tvoShowButtons,
tvoShowLines,
tvoShowRoot,
tvoShowSeparators,
tvoToolTips,
tvoNoDoubleClickExpand
</pre>
</descr>
<seealso/>
</element>
@ -18022,6 +18004,15 @@
Show tooltip (hint) for a tree-item when the item is too long to fit by width and mouse is over it. Same as ToolTips property.
</short>
</element>
<element name="TTreeViewOption.tvoNoDoubleClickExpand">
<short>Prevents toggling the expanded state for the treeview item when it is double clicked</short>
</element>
<element name="TTreeViewOption.tvoThemedDraw">
<short>Treeview item is drawn using settings from theme services</short>
</element>
<element name="TTreeViewOption.tvoEmptySpaceUnselect">
<short>Indicates if empty space can be be drawn below unselected items in the treeview</short>
</element>
<element name="TTreeViewOptions">
<short>
@ -18457,6 +18448,18 @@
<short/>
</element>
<element name="TCustomTreeView.NodeIsSelected">
<short/>
<descr/>
<seealso/>
</element>
<element name="TCustomTreeView.NodeIsSelected.Result">
<short/>
</element>
<element name="TCustomTreeView.NodeIsSelected.ANode">
<short/>
</element>
<element name="TCustomTreeView.OnChangeTimer">
<short/>
<descr/>
@ -19224,6 +19227,21 @@
<short/>
</element>
<element name="TCustomTreeView.GetNodeWithExpandSign">
<short/>
<descr/>
<seealso/>
</element>
<element name="TCustomTreeView.GetNodeWithExpandSign.Result">
<short/>
</element>
<element name="TCustomTreeView.GetNodeWithExpandSign.X">
<short/>
</element>
<element name="TCustomTreeView.GetNodeWithExpandSign.Y">
<short/>
</element>
<element name="TCustomTreeView.GetNodeDrawAreaHeight">
<short>
<var>GetNodeDrawAreaHeight</var> - returns the height for the area in which node is drawn

File diff suppressed because it is too large Load Diff