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

TDOMNodeList.Length

Number of DOM Nodes stored in the list.

Declaration

Source position: laz2_dom.pas line 358

public property TDOMNodeList.Length : LongWord
  read GetCount;

Description

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.Count

  

Number of DOM nodes stored in the list.

TDOMNodeList.GetCount

  

Gets the value for the Count and Length properties.


Version 3.2 Generated 2024-02-25 Home