CAObject::RenderingStyle

Revision as of 07:12, 24 October 2015 by Jhuawen (talk | contribs) (Created page with "= 用法 =")

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.

数据类型

CARenderingStyle

访问

read, and the object itself is changeable.

用法

obj.RenderingStyle.StringQuotes = 0;

See Also

Comments


You are not allowed to post comments.