Difference between revisions of "CARenderingStyle::StringQuotes"
(Marked this version for translation) |
|||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
− | = property int StringQuotes = | + | = property int StringQuotes = <!--T:1--> |
+ | <!--T:2--> | ||
Controls whether textual values are returned with explicit quotation marks surrounding a string, | Controls whether textual values are returned with explicit quotation marks surrounding a string, | ||
according to its value: | according to its value: | ||
Line 14: | Line 15: | ||
to be able to distinguish them, set the value of '''StringQuotes''' to 1 or 2. | to be able to distinguish them, set the value of '''StringQuotes''' to 1 or 2. | ||
− | == Data type == | + | == Data type == <!--T:3--> |
+ | <!--T:4--> | ||
integer | integer | ||
:0 = no quotes | :0 = no quotes | ||
Line 21: | Line 23: | ||
:2 = "double quotes" | :2 = "double quotes" | ||
− | == Access == | + | == Access == <!--T:5--> |
+ | <!--T:6--> | ||
read/write | read/write | ||
− | = Usage = | + | = Usage = <!--T:7--> |
− | deftab.[[CATable::RenderingStyle|RenderingStyle]].[[CARenderingStyle::StringQuotes|StringQuotes]] = 2 | + | <!--T:8--> |
+ | deftab.[[CATable::RenderingStyle|RenderingStyle]].[[CARenderingStyle::StringQuotes|StringQuotes]] = 2 | ||
− | = See Also = | + | = See Also = <!--T:9--> |
</translate> | </translate> |
Latest revision as of 01:25, 16 June 2015
ADE User Guide > ADE Server Class Reference > CARenderingStyle
property int StringQuotes
Controls whether textual values are returned with explicit quotation marks surrounding a string, according to its value:
- 0 = no quotes around strings, e.g., 0.25
- 1 = single quotes, e.g., '0.25'
- 2 = double quotes, e.g., "0.25"
When NumberAsText is true, with no quotation marks around string values, the numeric value 0.25 and the string containing the four characters "0.25" would be indistinguishable. If you want to be able to distinguish them, set the value of StringQuotes to 1 or 2.
Data type
integer
- 0 = no quotes
- 1 = 'single quotes'
- 2 = "double quotes"
Access
read/write
Usage
deftab.RenderingStyle.StringQuotes = 2
See Also
Comments
Enable comment auto-refresher