IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

XMLDeclarationVersion Property

This property specifies the XML version.

Syntax

char* GetXMLDeclarationVersion();

int SetXMLDeclarationVersion(char* lpszXMLDeclarationVersion);

Default Value

"1.0"

Remarks

This property specifies the XML version.

This may be set before writing a document. The default value is "1.0".

This is only applicable when writing XML.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]