Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TXMLDocument.CreateProcessingInstruction

Creates a new Processing Instruction in the document.

Declaration

Source position: laz2_dom.pas line 548

public function TXMLDocument.CreateProcessingInstruction(

  const target: DOMString;

  const data: DOMString

):TDOMProcessingInstruction; override;

Arguments

target

  

Target for the Processing Instruction.

data

  

Data for the Processing Instruction.

Function result

DOM Processing Instruction created in the method.


Version 4.4 Generated 2025-11-08 Home