ExportXMLSize()
语法
Result = ExportXMLSize(#XML [, Flags])概要
Returns the size in bytes that will be needed to export the given XML tree to a memory buffer. This function should be used to determine the needed buffersize for the ExportXML() command.
参数
#XML The XML to use. Flags (optional) It can be used to specify the same options as accepted by the ExportXML() command. It allows to include these options in the size calculation.
返回值
The size in bytes that will be needed to export the given XML tree to a memory buffer.
参阅
ExportXML()
已支持操作系统
所有