[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMNode.GetChildNodes

Gets the value for the ChildNodes property.

Declaration

Source position: laz2_dom.pas line 257

public function TDOMNode.GetChildNodes: TDOMNodeList;

Function result

Value for the ChildNodes property.

Description

Calls the GetChildNodeList method in OwnerDocument to get the list of child nodes for the current class instance. The property value is an empty node list if there are no child nodes in the current node.

See also

TDOMNode.ChildNodes

  

Provides access to the list of Child nodes for the current node.

TDOMDocument.GetChildNodeList

  

Gets a DOM Node List with the children for the specified DOM Node.

TDOMNodeList

  

Implements an ordered list of DOM Nodes.


Version 3.2 Generated 2024-02-25 Home