[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates the origin of the value in the attribute node.
Source position: laz2_dom.pas line 816
public property TDOMAttrDef.Default : TAttrDefault |
Default is a TAttrDefault property which indicates how the NodeValue for the attribute node was derived. It contains a value from the TAttrDefault enumeration, and allows values like:
The property value is used in methods like TDOMNamedNodeMap.RestoreDefault and TDOMElement.AttachDefaultAttrs.
|
Restores the default value for the attribute node with the specified name. |
|
|
Creates attribute nodes with the default attribute values in a namespaced DOM Element. |
Version 4.0 | Generated 2025-05-03 | Home |