ValueFormat Property
Format of data returned or set.
Syntax
__property TipwSOAPValueFormats ValueFormat = {read=FValueFormat, write=FSetValueFormat};
enum TipwSOAPValueFormats { vfText=0, vfXML=1, vfFullXML=2 };
Default Value
2
Remarks
The ValueFormat property specifies the format of the data set or received into/from value properties such as XText, ReturnValue, and the Params properties.
The following are the possible values:
vfText (0) | Textual data. Any '<', '>', and '&' characters are escaped to '<', '>', and '&'. |
vfXML (1) | XML data. No escaping is performed. |
vfFullXML (2) | Same as vfXML, but including the enclosing element. |
Data Type
Integer