Obs!
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Version: Available or changed with runtime version 1.0.
Creates an XmlProcessingInstruction node.
Syntax
XmlProcessingInstruction := XmlProcessingInstruction.Create(Target: Text, Data: Text)
Parameters
Target
Type: Text
The target of the processing instruction.
Data
Type: Text
The content of the processing instruction, excluding the target.
Return Value
XmlProcessingInstruction
Type: XmlProcessingInstruction
The created XmlProcessingInstruction node.
Related information
XmlProcessingInstruction Data Type
Get Started with AL
Developing Extensions