mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 05:55:54 +02:00
Docs: LazUtils/laz2_dom. Removes deprecation notice for TDOMNodeList.BuildList. Changed in 476da882
.
This commit is contained in:
parent
5bcc39179c
commit
270a5cdfe8
@ -3406,9 +3406,10 @@ classes to perform the actions needed for the DOM node specialization.
|
||||
<short>DOM Node to examine in the method.</short>
|
||||
</element>
|
||||
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TDOMNodeList.BuildList">
|
||||
<short>Fills the node list using the node filter.</short>
|
||||
<short>
|
||||
Fills the node list using the node filter.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>BuildList</var> is a virtual method used to get the <var>TDOMNode</var>
|
||||
@ -3426,9 +3427,6 @@ should be included in the node list. If the return value from NodeFilter
|
||||
indicates that recursion is allowed, the child nodes for each child node are
|
||||
also visited and examined.
|
||||
</p>
|
||||
<remark>
|
||||
BuildList is marked as deprecated in TDOMNode. Use NodeFilter instead.
|
||||
</remark>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TDOMNodeList.NodeFilter"/>
|
||||
|
Loading…
Reference in New Issue
Block a user