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

WRONG_DOCUMENT_ERR

Represents DOM exception code 4.

Declaration

Source position: laz2_dom.pas line 54

const WRONG_DOCUMENT_ERR = 4;

Description

Node is used in a different document than the one that created it (that does not support it).


Version 3.2 Generated 2024-02-25 Home