码迷,mamicode.com
首页 > 其他好文 > 详细

RM报表选项设置 对应的全局变量

时间:2016-04-23 22:49:10      阅读:363      评论:0      收藏:0      [点我收藏+]

标签:

var
  RMApplication: TRMApplication;
  RMExtendFormPath: string;
  //  RMUseNull: Boolean;
  RMUnits: TRMUnitType;
  RMCharset: TFontCharset;
  rmfrAggregate, rmftDateTime, rmftString, rmftOther, rmftMath, rmftBoolean, rmftInterpreter: string;
  RMBandNames: array[TRMBandType] of string;
  RMDateFormats: array[0..6] of string;
  RMTimeFormats: array[0..3] of string;
  RMFormatBoolStr: array[0..3] of string;
  RMShowBandTitles: Boolean;
  RMShowDropDownField: Boolean;
  RMLocalizedPropertyNames: Boolean;

不用修改注册表,直接修改全局变量就可以了。

RM报表选项设置 对应的全局变量

标签:

原文地址:http://www.cnblogs.com/CodeGear/p/5425890.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!