CreatePI method |
Applies to
TIcXMLPi
Declaration
Constructor CreatePI(target: TDOMString; data: TDOMString; owner: TIcXMLDocument);
Description
Creates instance of XML processing instruction node with specified target and data.
Raises |
EIcDOMException | Raises exception when target name is not valid name. |