Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Version: Available or changed with runtime version 1.0.
Gets a value indicating whether this node is an XmlProcessingInstruction.
Value := XmlNode.IsXmlProcessingInstruction()
Примечание
This method can be invoked using property access syntax.
XmlNode
Type: XmlNode
An instance of the XmlNode data type.
Value
Type: Boolean
true if this node is an XmlProcessingInstruction node, otherwise false.