CAEngine::DefaultRenderingStyle

Revision as of 22:21, 11 June 2015 by Karenlee (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
English • ‎中文

ADE User Guide > ADE Server Class Reference > CAEngine

Description

The default rendering style controlling how result values are returned from ADE. All CAObject instances inherit this rendering style when they are created.

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.

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 results values.

See Also

Comments


You are not allowed to post comments.