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

TAttrDefault

Enumerated type with methods for getting the attribute node value.

Declaration

Source position: laz2_dom.pas line 800

type TAttrDefault = (

  adImplied,

  

Attribute value is implied.

  adDefault,

  

Attribute value is the default.

  adRequired,

  

Attribute value is required.

  adFixed

  

Attribute value is fixed.

);

Description

TAttrDefault is an enumerated type with values which indicates how the value for a default attribute node was specified. TAttrDefault is the type used to implement the Default property in TDOMAttrDef.

See also

TDOMAttr

  

Implements a DOM Node for attributes with Namespace support.

TDOMDocument.CreateAttributeDef

  

Creates a new Attribute with a default value.

TDOMNamedNodeMap.RestoreDefault

  

Restores the default value for the attribute node with the specified name.

TDOMElement.AttachDefaultAttrs

  

Creates attribute nodes with the default attribute values in a namespaced DOM Element.


Version 3.2 Generated 2024-02-25 Home