Difference between revisions of "CAEngine::DefaultDefTableRenderingStyle/zh"
(Created page with "= 访问 =") |
(Created page with "= 示例用法 =") |
||
Line 15: | Line 15: | ||
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. | 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; | CAEngine ade = new CAEngine; |
Revision as of 10:13, 18 October 2015
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.
数据类型
访问
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;
When to use
Set this when you want to ensure an application-wide default behavior for all DefTables.
See Also
- class CARenderingStyle
- CAEngine::DefaultRenderingStyle -- global default for results
- CAObject::DefTable
Comments
Enable comment auto-refresher