Difference between revisions of "CARenderingStyle::NumberAsText"

(Marked this version for translation)
Line 3: Line 3:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
= property bool NumberAsText =
+
= property bool NumberAsText = <!--T:1-->
  
 +
<!--T:2-->
 
Controls whether numeric results or numeric table cell definitions are returned as floating point
 
Controls whether numeric results or numeric table cell definitions are returned as floating point
 
numbers or as formatted strings. When true, the number format for the current object controls
 
numbers or as formatted strings. When true, the number format for the current object controls
Line 10: Line 11:
 
number of digits in the number format).
 
number of digits in the number format).
  
== Data type ==
+
== Data type == <!--T:3-->
  
 +
<!--T:4-->
 
Boolean
 
Boolean
  
== Access ==
+
== Access == <!--T:5-->
  
 +
<!--T:6-->
 
read/write
 
read/write
  
= Usage =
+
= Usage = <!--T:7-->
  
  deftab.[[CATable::RenderingStyle|RenderingStyle]].[[CARenderingStyle::NumberAsText|NumberAsText]] = true
+
  <!--T:8-->
 +
deftab.[[CATable::RenderingStyle|RenderingStyle]].[[CARenderingStyle::NumberAsText|NumberAsText]] = true
  
= See Also =
+
= See Also = <!--T:9-->
 
</translate>
 
</translate>

Revision as of 01:23, 16 June 2015

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property bool NumberAsText

Controls whether numeric results or numeric table cell definitions are returned as floating point numbers or as formatted strings. When true, the number format for the current object controls how the number is formatted as a string (except that the FullPrecision property can override the number of digits in the number format).

Data type

Boolean

Access

read/write

Usage

deftab.RenderingStyle.NumberAsText = true

See Also

Comments


You are not allowed to post comments.