Difference between revisions of "CAEngine::DefaultDefTableRenderingStyle"

(Created page with '<< class CAEngine = Description = The default rendering style controlling how definition table values are tranferred to and from ADE. All def…')
 
Line 1: Line 1:
[[CAEngine|<< class CAEngine]]
+
<languages />
 +
<translate>
 +
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
  
 
= Description =
 
= Description =
Line 27: Line 30:
 
* [[CAEngine::DefaultRenderingStyle]] -- global default for results
 
* [[CAEngine::DefaultRenderingStyle]] -- global default for results
 
* [[CAObject::DefTable]]
 
* [[CAObject::DefTable]]
 +
</translate>

Revision as of 22:02, 11 June 2015

Other languages:
English • ‎中文

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

CARenderingStyle

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

Comments


You are not allowed to post comments.