Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates XML as formatted output or as a single continuous string.
FormattedOutput applies when executing the XMLAdapter ToXML method, which creates XML consistent with its setting.
XMLAdapter.FormattedOutput [= lValue]
Return Value
lValue
Logical data type. The following table lists the values for lValue.lValue Description True (.T.)
Display XML as formatted output. (Default)
False (.F.)
Display XML output as a single continuous string.
Remarks
Applies To: XMLAdapter Class
See Also
Reference
XMLAdapter Object Properties, Methods, and Events
ToXML Method