Difference between revisions of "CAEngine::DefaultDefTableRenderingStyle"
(Marked this version for translation) |
|||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
[[Category:ADE User Guide]] | [[Category:ADE User Guide]] | ||
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]] | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]] | ||
− | = Description = | + | = Description = <!--T:2--> |
+ | <!--T:3--> | ||
The default [[CARenderingStyle|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. | The default [[CARenderingStyle|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. | ||
− | = Data Type = | + | = Data Type = <!--T:4--> |
+ | <!--T:5--> | ||
[[CARenderingStyle]] | [[CARenderingStyle]] | ||
− | = Access = | + | = Access = <!--T:6--> |
+ | <!--T:7--> | ||
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. | ||
− | = Example Usage = | + | = Example Usage = <!--T:8--> |
− | CAEngine ade = new CAEngine; | + | <!--T:9--> |
+ | CAEngine ade = new CAEngine; | ||
ade.DefaultRenderingStyle.GeneralExpression = false; | ade.DefaultRenderingStyle.GeneralExpression = false; | ||
− | = When to use = | + | = When to use = <!--T:10--> |
+ | <!--T:11--> | ||
Set this when you want to ensure an application-wide default behavior for all [[CAObject::DefTable|DefTables]]. | Set this when you want to ensure an application-wide default behavior for all [[CAObject::DefTable|DefTables]]. | ||
− | = See Also = | + | = See Also = <!--T:12--> |
+ | <!--T:13--> | ||
* class [[CARenderingStyle]] | * class [[CARenderingStyle]] | ||
* [[CAEngine::DefaultRenderingStyle]] -- global default for results | * [[CAEngine::DefaultRenderingStyle]] -- global default for results | ||
* [[CAObject::DefTable]] | * [[CAObject::DefTable]] | ||
</translate> | </translate> |
Latest revision as of 22:17, 11 June 2015
ADE User Guide > ADE Server Class Reference > CAEngine
Description
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.
Data Type
Access
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.
Example Usage
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