标签:
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;
不用修改注册表,直接修改全局变量就可以了。
标签:
原文地址:http://www.cnblogs.com/CodeGear/p/5425890.html