mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 22:09:21 +02:00
Docs: LCL/comctrls. Adds TTreeView and TTreeNodes topics for changes in ee218d1f
.
This commit is contained in:
parent
2349ad6248
commit
398f698442
@ -32219,6 +32219,28 @@ Decrements the internal counter used to track active updates to the container.
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<element name="TTreeNodes.IsUpdating">
|
||||||
|
<short>
|
||||||
|
Indicates whether BeginUpdate has been called at the start of an update to the
|
||||||
|
node container.
|
||||||
|
</short>
|
||||||
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Added in LCL version 4.0.
|
||||||
|
</version>
|
||||||
|
<seealso>
|
||||||
|
<link id="TTreeNodes.BeginUpdate"/>
|
||||||
|
<link id="TTreeNodes.EndUpdate"/>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
<element name="TTreeNodes.IsUpdating.Result">
|
||||||
|
<short>
|
||||||
|
Returns <b>True</b> if the internal update counter for the container has a
|
||||||
|
non-zero value. Returns <b>False</b> when BeginUpdate has not been called, or
|
||||||
|
when EndUpdate has caused the internal update count to return to zero (0).
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="TTreeNodes.FreeAllNodeData">
|
<element name="TTreeNodes.FreeAllNodeData">
|
||||||
<short>
|
<short>
|
||||||
Frees the pointer in the Data property for each of the nodes in the container.
|
Frees the pointer in the Data property for each of the nodes in the container.
|
||||||
@ -39154,6 +39176,11 @@ shown by their caption and an optional bitmap.
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<!-- public -->
|
||||||
|
<element name="TTreeView.PathDelimiter" link="TCustomTreeView.PathDelimiter"/>
|
||||||
|
<element name="TTreeView.ScrolledLeft" link="TCustomTreeView.ScrolledLeft"/>
|
||||||
|
<element name="TTreeView.ScrolledTop" link="TCustomTreeView.ScrolledTop"/>
|
||||||
|
|
||||||
<element name="TTreeView.Align" link="#lcl.controls.TControl.Align"/>
|
<element name="TTreeView.Align" link="#lcl.controls.TControl.Align"/>
|
||||||
<element name="TTreeView.Anchors" link="#lcl.controls.TControl.Anchors"/>
|
<element name="TTreeView.Anchors" link="#lcl.controls.TControl.Anchors"/>
|
||||||
<element name="TTreeView.AutoExpand" link="#lcl.comctrls.TCustomTreeView.AutoExpand"/>
|
<element name="TTreeView.AutoExpand" link="#lcl.comctrls.TCustomTreeView.AutoExpand"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user