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

TDOMNode_WithChildren.GetLastChild

Gets the value for the LastChild property.

Declaration

Source position: laz2_dom.pas line 321

protected function TDOMNode_WithChildren.GetLastChild: TDOMNode; override;

Function result

Value for the LastChild property.

Description

GetLastChild is an overridden method in TDOMNode_WithChildren used to get the value for the LastChild property.

See also

TDOMNode.LastChild

  

Gets the last child node for the current node.

TDOMNode.GetLastChild

  

Gets the value for the LastChild property.