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

TDOMElement.HasAttributes

Indicates if the Attributes property contains DOM Attribute nodes.

Declaration

Source position: laz2_dom.pas line 653

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 3.2 Generated 2024-02-25 Home