Difference between revisions of "CAEngine::DefaultDefTableRenderingStyle/zh"
(Created page with " 目录:ADE用户指南 ADE用户指南 > ADE类型参考 > CAEngine") |
(Created page with "控制定义表格值如何传入和传出ADE的默认 rendering style(风格类型)。所有从 CAObject::DefTable返...") |
||
Line 5: | Line 5: | ||
= 描述 = | = 描述 = | ||
− | + | 控制定义表格值如何传入和传出ADE的默认[[CARenderingStyle/zh | rendering style]](风格类型)。所有从[[CAObject::DefTable/zh | CAObject::DefTable]]返回的定义表在建立之初都继承这些设置。 | |
= 数据类型 = | = 数据类型 = |
Revision as of 10:19, 18 October 2015
描述
控制定义表格值如何传入和传出ADE的默认 rendering style(风格类型)。所有从 CAObject::DefTable返回的定义表在建立之初都继承这些设置。
数据类型
访问
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;
什么时候使用
当你想确保一个应用程序范围内的默认行为时,为 DefTables设定此处。
另请参考
Comments
Enable comment auto-refresher