Difference between revisions of "CAObject::RenderingStyle/zh"
(Created page with "= 另请参考 =") |
(Created page with "* CAEngine::DefaultRenderingStyle * CATable::RenderingStyle * Adjusting how values are returned|调整...") |
||
Line 24: | Line 24: | ||
= 另请参考 = | = 另请参考 = | ||
− | * [[CAEngine::DefaultRenderingStyle]] | + | * [[CAEngine::DefaultRenderingStyle/zh|CAEngine::DefaultRenderingStyle]] |
− | * [[CATable::RenderingStyle]] | + | * [[CATable::RenderingStyle/zh|CATable::RenderingStyle]] |
− | * [[Adjusting how values are returned]] | + | * [[Adjusting how values are returned|调整值如何放回]] |
Revision as of 07:13, 24 October 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.
数据类型
访问
read, and the object itself is changeable.
用法
obj.RenderingStyle.StringQuotes = 0;
另请参考
Comments
Enable comment auto-refresher