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

TDOMAttrDef.HasEnumToken

Checks whether the specified value is one of the allowed values for the attribute.

Declaration

Source position: laz2_dom.pas line 815

public function TDOMAttrDef.HasEnumToken(

  const aValue: DOMString

):Boolean;

Arguments

aValue

  

Value to locate in the enumeration.

Function result

True if the specified value exists the enumeration values.