CARenderingStyle::StringQuotes

Revision as of 06:12, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "控制文本值返回是否带明确的引号,根据其值变化: :0 = 字符串不带引号,例如:0.25 :1 = 单引号,例如: '0.25' :2 = 双引号,例如: "...")

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property int StringQuotes

控制文本值返回是否带明确的引号,根据其值变化:

0 = 字符串不带引号,例如:0.25
1 = 单引号,例如: '0.25'
2 = 双引号,例如: "0.25"

NumberAsText设置为ture时,字符串值将不带引号,数字值0.25和包含4个字符"0.25"的字符串将难以区分。如果你想区分他们,将StringQuotes的值设定为1或者2即可。

数据类型

integer:整数

0 = 不带引号
1 = '单引号'
2 = "双引号"

访问

读 / 写

用法

deftab.RenderingStyle.StringQuotes = 2

另请参考

Comments


You are not allowed to post comments.