Difference between revisions of "CAEngine::DefaultDefTableRenderingStyle/zh"

(Created page with "当你想确保一个应用程序范围内的默认行为时,为DefTables/zh | CAObject::DefTable|DefTables设定此处。")
Line 22: Line 22:
 
= 什么时候使用 =
 
= 什么时候使用 =
  
当你想确保一个应用程序范围内的默认行为时,为[[CAObject::DefTable|DefTables/zh | CAObject::DefTable|DefTables]]设定此处。
+
当你想确保一个应用程序范围内的默认行为时,为[[CAObject::DefTable/zh | DefTables]]设定此处。
  
 
= 另请参考 =
 
= 另请参考 =

Revision as of 10:17, 18 October 2015

Other languages:
English • ‎中文

ADE User Guide > ADE Server Class Reference > CAEngine

描述

The default rendering style controlling how definition table values are tranferred to and from ADE. All definition tables obtained from CAObject::DefTable inherit these settings when they are first created.

数据类型

CARenderingStyle

访问

This is a read/write property. However, you don't usually set the property itself (if you do, you would assign it a CARenderingStyle object instance, but rather you normally set the properties of the CARenderingStyle object it points to.

示例用法

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

什么时候使用

当你想确保一个应用程序范围内的默认行为时,为 DefTables设定此处。

另请参考

Comments


You are not allowed to post comments.