CAEngine::DefaultRenderingStyle/zh
ADE User Guide > ADE Server Class Reference > CAEngine
描述
默认 风格设置控制结果值如何从ADE返回。所有 实例在建立的时候都继承该显示风格。
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
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
- class CARenderingStyle -- this shows all the properties that can be set.
- CAEngine::DefaultDefTableRenderingStyle -- global default for DefTables.
- CAObject::Evaluate, CAObject::Result, CATable::AtomicValue, CATable::GetDataByElements, CATable::GetDataByLabels, CATable::GetSafeArray
Comments
Enable comment auto-refresher