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

TDOMNode.LastChild

Gets the last child node for the current node.

Declaration

Source position: laz2_dom.pas line 265

public property TDOMNode.LastChild : TDOMNode
  read GetLastChild;

Description

LastChild is a read-only TDOMNode property that represents the last child node for this DOM node. In TDOMNode, the value for the property is always Nil (not assigned). The read access specifier is re-implemented in a descendent class (TDOMNode_WithChildren) to provide direct support for child node access.

See also

TDOMNode_WithChildren

  

Extends TDOMNode to allocate storage for child nodes.


Version 3.2 Generated 2024-02-25 Home