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

TDOMNode.Changing

Determines if the Node and its owner document can be modified.

Declaration

Source position: laz2_dom.pas line 251

protected procedure TDOMNode.Changing;

Description

Changing is a procedure used to determine if the DOM node and its Owner document can be modified. Changing uses the Node Flags in the DOM node and its OwnerDocument to determine if the Node is marked as read-only and the document is not being freed.

Errors

Raises an EDOMError with the DOM exception code NO_MODIFICATION_ALLOWED_ERR when the Node is marked as read-only.

See also

TDOMNode.OwnerDocument

  

DOM Document that created the DOM node.

TDOMNode.Flags

  

Provides access to the Node Flags for the DOM Node.

TNodeFlags

  

Set type used to store TNodeFlagEnum values.


Version 3.2 Generated 2024-02-25 Home