RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
XMLBrokr.TXMLOption Enumeration

TXMLOptions is a set of flags that indicates how database information should be formatted in an XML data packet.

Pascal
TXMLOption = (
  xoQuote
);
C++
enum TXMLOption {
  xoQuote
};

TXMLOption is the type for flags that influence how an XML broker formats the XML string that an application server provides. After the XML broker fetches data from an application server, it reformats the data using a set of TXMLOption flags.  

TXMLOptions is a set of zero or more TXMLOption flags.  

The following table lists the TXMLOption flags:  

Value 
Meaning 
xoQuote  
The XML string is divided into readable lines, each of which is enclosed in quotation marks.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!