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

TDOMNamedNodeMap.GetLength

Gets the value for the Length property.

Declaration

Source position: laz2_dom.pas line 391

protected function TDOMNamedNodeMap.GetLength: LongWord;

Function result

Value for the Length property.

Description

Ensures that the internal TFPList instance has been allocated for the positional list. The return value is 0 (zero) when the list has not been allocated.

See also

TDOMNamedNodeMap.Length

  

Indicates the Length of the container.


Version 4.0 Generated 2025-05-03 Home