CAEngine::DefaultRenderingStyle/zh

Revision as of 05:12, 20 October 2015 by Jhuawen (talk | contribs) (Created page with "* CARenderingStyle类型 :this shows all the properties that can be set. * CAEngine::DefaultDefTableRenderingStyle/zh | CAEngine::DefaultDefTabl...")
Other languages:
English • ‎中文

ADE User Guide > ADE Server Class Reference > CAEngine

描述

默认 风格设置控制结果值如何从ADE返回。所有 实例在建立的时候都继承该显示风格。

Although these settings determine the rendering style defaults, the settings for any CAObject or CATable can be specialized further using CAObject::RenderingStyle or CATable::RenderingStyle.

数据类型

CARenderingStyle

访问

这是一个读/写属性。但是,通常你不需要设置该属性本身(如果你设置了,你将需要给它赋值一个 CARenderingStyle对象实例,但是你一般需要设置它指向的 CARenderingStyle对象的属性)。

示例用法

CAEngine ade = new CAEngine;
ade.DefaultRenderingStyle.GeneralExpression = false;

什么时候使用

Set this when you want to ensure an application-wide default behavior for all results values.

另请参考

Comments


You are not allowed to post comments.