Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMElement.HasAttributes

Indicates if the Attributes property contains DOM Attribute nodes.

Declaration

Source position: laz2_dom.pas line 652

public function TDOMElement.HasAttributes: Boolean; override;

Function result

False when Attributes has not been assigned, or has a Length of 0 (zero).

Description

The return value is True when Attributes has been assigned and its Length is not 0.

See also

TDOMNode.Attributes

  

Contains Attribute for the DOM Node.


Version 4.4 Generated 2025-11-08 Home