Difference between revisions of "CAObject::RenderingStyle"
(Created page with "<< Back to CAObject = property CARenderingStyle* RenderingStyle = Contains a CARenderingStyle object that controls how data is returned from Analytica. ...") |
|||
Line 1: | Line 1: | ||
− | [[CAObject | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]] | ||
+ | <languages /> | ||
+ | <translate> | ||
= property [[CARenderingStyle]]* RenderingStyle = | = property [[CARenderingStyle]]* RenderingStyle = | ||
Line 25: | Line 28: | ||
* [[CATable::RenderingStyle]] | * [[CATable::RenderingStyle]] | ||
* [[Adjusting how values are returned]] | * [[Adjusting how values are returned]] | ||
+ | </translate> |
Revision as of 00:31, 16 June 2015
ADE User Guide > ADE Server Class Reference > CAObject
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
Access
read, and the object itself is changeable.
Usage
obj.RenderingStyle.StringQuotes = 0;
See Also
Comments
Enable comment auto-refresher