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

TDOMNodeList.GetCount

Gets the value for the Count and Length properties.

Declaration

Source position: laz2_dom.pas line 349

protected function TDOMNodeList.GetCount: LongWord;

Description

GetCount is a LongWord function used to the get value for the Count and Length properties. Calls the BuildList method to refresh the nodes in the list when the revision number for the list does not match the revision number for the node which owns the list.

The property value contains the Count for the internal TFPList instance used to store the TDOMNode instances.

See also

TDOMNodeList.Length

  

Number of DOM Nodes stored in the list.

TDOMNodeList.Count

  

Number of DOM nodes stored in the list.

TDOMNodeList.Item

  

Provides indexed access to DOM nodes in the list.

TDOMNode

  

Implements the DOM Node interface.


Version 3.2 Generated 2024-02-25 Home