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

TDOMNode_NS.CompareName

Compares the specified value to the NodeName for the DOM node.

Declaration

Source position: laz2_dom.pas line 590

public function TDOMNode_NS.CompareName(

  const AName: DOMString

):Integer; override;

Arguments

AName

  

Value compared to the NodeName for the DOM node.

Function result

Difference between the ordinal character values for the first non-matching character in the compared names.


Version 4.0 Generated 2025-05-03 Home