[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Type used for namespaces in a DOM Document.
Source position: laz2_dom.pas line 471
type TNamespaces = array of DOMString; |
TNamespaces is an array of DOMString type used to represent namespace values in a DOM Document. TNamespaces is the type used to implement the internal Namespaces member in TDOMDocument.
|
Type used for String values in DOM interfaces. |
|
|
Implements the DOM Document interface. |
|
|
Gets the ordinal position for the specified namespace URI in the document namespaces. |
Version 4.0 | Generated 2025-05-03 | Home |