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

TDOMNodeList.Count

Number of DOM nodes stored in the list.

Declaration

Source position: laz2_dom.pas line 357

public property TDOMNodeList.Count : LongWord
  read GetCount;

Description

Count is a read-only LongWord property with the number of TDOMNode instances available in the Item property. Reading the value for the property causes the BuildList method to be called when the internal revision number for the list differs from the value in the DOM node that owns the list. The property value is re-directed to the Count property for the internal TFPList instance in the class.

Count and Length are synonymous. Count is the property name used in FPC / Lazarus classes. Length is the term used in the specification for the DOM interface. Both are provided for completeness.

See also

TDOMNodeList.GetCount

  

Gets the value for the Count and Length properties.

TDOMNodeList.Length

  

Number of DOM Nodes stored in the list.


Version 3.2 Generated 2024-02-25 Home