[Overview][Constants][Types][Classes][Procedures and functions][Index] |
System Identifier for the Document Type declaration.
Source position: laz2_dom.pas line 723
public property TDOMDocumentType.SystemID : DOMString |
SystemID is a read-only DOMString property which contains the path to the document type declaration on the local file system. Its value is assigned using the argument passed to the CreateDocumentType method in TDOMImplementation.
Use PublicID for the URL where the DTD is located.
Remark: | PublicID and SystemID are not validated in the DOM implementation (unlike XML). Both (or neither) of the values can be specified. URLs or local file paths are not verified. |
|
Creates a DOM Document Type using the specified arguments. |
Version 4.0 | Generated 2025-05-03 | Home |