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

TDOMElement.hasAttribute

Indicates if the Attributes property contains an item with the specified name.

Declaration

Source position: laz2_dom.pas line 651

public function TDOMElement.hasAttribute(

  const name: DOMString

):Boolean;

Arguments

name

  

Name of the Attribute to locate in the method.

Function result

True when an Attribute with the specified name exists in the Attributes property.


Version 3.2 Generated 2024-02-25 Home