Difference between revisions of "CAObject::RenderingStyle/zh"

(Created page with "* CAEngine::DefaultRenderingStyle * CATable::RenderingStyle * Adjusting how values are returned|调整...")
(Created page with "包含一个CARenderingStyle对象,该对象控制数据如何从Analytica返回。 在对象最初实例化时,该属性继承CAEngine/zh|CAEngi...")
Line 5: Line 5:
 
= property [[CARenderingStyle/zh|CARenderingStyle]]* RenderingStyle =
 
= property [[CARenderingStyle/zh|CARenderingStyle]]* RenderingStyle =
  
Contains a [[CARenderingStyle]] object that controls how data is returned from Analytica.
+
包含一个[[CARenderingStyle/zh|CARenderingStyle]]对象,该对象控制数据如何从Analytica返回。
This property is inherited from the [[CAEngine::DefaultRenderingStyle|DefaultRenderingStyle]] property of [[CAEngine]] when the object is first instantiated.
+
在对象最初实例化时,该属性继承[[CAEngine/zh|CAEngine]][[CAEngine::DefaultRenderingStyle/zh|DefaultRenderingStyle]]属性。
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 [[CAObject::Evaluate|Evaluate]] or [[CAObject::ResultTable|ResultTable]] methods.
 
  
 
== 数据类型 ==
 
== 数据类型 ==

Revision as of 07:16, 24 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property CARenderingStyle* RenderingStyle

包含一个CARenderingStyle对象,该对象控制数据如何从Analytica返回。 在对象最初实例化时,该属性继承CAEngineDefaultRenderingStyle属性。

数据类型

CARenderingStyle

访问

read, and the object itself is changeable.

用法

obj.RenderingStyle.StringQuotes = 0;

另请参考

Comments


You are not allowed to post comments.