Creates a new Processing Instruction in the document.
Source position: laz2_dom.pas line 548
public function TXMLDocument.CreateProcessingInstruction( |
const target: DOMString; |
const data: DOMString |
):TDOMProcessingInstruction; override; |
target |
|
Target for the Processing Instruction. |
data |
|
Data for the Processing Instruction. |
DOM Processing Instruction created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |