Difference between revisions of "CAObject::RenderingStyle"

(Marked this version for translation)
 
Line 4: Line 4:
 
<translate>
 
<translate>
  
= property [[CARenderingStyle]]* RenderingStyle =
+
= property [[CARenderingStyle]]* RenderingStyle = <!--T:1-->
  
 +
<!--T:2-->
 
Contains a [[CARenderingStyle]] object that controls how data is returned from Analytica.  
 
Contains a [[CARenderingStyle]] object that controls how data is returned from Analytica.  
 
This property is inherited from the [[CAEngine::DefaultRenderingStyle|DefaultRenderingStyle]] property of [[CAEngine]] when the object is first instantiated.  
 
This property is inherited from the [[CAEngine::DefaultRenderingStyle|DefaultRenderingStyle]] property of [[CAEngine]] when the object is first instantiated.  
Line 11: Line 12:
 
Also, the settings are inherited by any [[CATable]] created from the object by the [[CAObject::Evaluate|Evaluate]] or [[CAObject::ResultTable|ResultTable]] methods.
 
Also, the settings are inherited by any [[CATable]] created from the object by the [[CAObject::Evaluate|Evaluate]] or [[CAObject::ResultTable|ResultTable]] methods.
  
== Data type ==
+
== Data type == <!--T:3-->
  
 +
<!--T:4-->
 
[[CARenderingStyle]]
 
[[CARenderingStyle]]
  
== Access ==
+
== Access == <!--T:5-->
  
 +
<!--T:6-->
 
read, and the object itself is changeable.
 
read, and the object itself is changeable.
  
= Usage =
+
= Usage = <!--T:7-->
  
  obj.RenderingStyle.StringQuotes = 0;
+
  <!--T:8-->
 +
obj.RenderingStyle.StringQuotes = 0;
  
= See Also =
+
= See Also = <!--T:9-->
  
 +
<!--T:10-->
 
* [[CAEngine::DefaultRenderingStyle]]
 
* [[CAEngine::DefaultRenderingStyle]]
 
* [[CATable::RenderingStyle]]
 
* [[CATable::RenderingStyle]]
 
* [[Adjusting how values are returned]]
 
* [[Adjusting how values are returned]]
 
</translate>
 
</translate>

Latest revision as of 00:35, 16 June 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property CARenderingStyle* RenderingStyle

Contains a CARenderingStyle object that controls how data is returned from Analytica. This property is inherited from the DefaultRenderingStyle property of CAEngine when the object is first instantiated. Its settings control how data is returned from CAObject::Result and CAObject::GetAttribute. Also, the settings are inherited by any CATable created from the object by the Evaluate or ResultTable methods.

Data type

CARenderingStyle

Access

read, and the object itself is changeable.

Usage

obj.RenderingStyle.StringQuotes = 0;

See Also

Comments


You are not allowed to post comments.