Number of DOM Nodes stored in the list.
Source position: laz2_dom.pas line 357
public property TDOMNodeList.Length : LongWord |
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.
|
Number of DOM nodes stored in the list. |
|
|
Gets the value for the Count and Length properties. |
| Version 4.4 | Generated 2025-11-08 | Home |