EMS.Advanced.Data.Import.VCL.v3.8.0.1.Full.Source

时间:2016-07-03 06:29:06
【文件属性】:

文件名称:EMS.Advanced.Data.Import.VCL.v3.8.0.1.Full.Source

文件大小:3.48MB

文件格式:RAR

更新时间:2016-07-03 06:29:06

EMS

{*******************************************************************************} {* *} {* EMS Advanced Data Import Component Suite *} {* *} {* Copyright (C) 2001 - 2013 EMS Database Management Solutions, Inc *} {* *} {*******************************************************************************} 15-04-2013 Version 3.80 1. Each value of the imported field can be processed using expressions in MS JScript. To the TQImportFieldFormat class the TqiStrings Script property containing the script code is added. To the TQImport3 basic class the ScriptEngine property of TQImport3ScriptEngine type is added. This property contains a reference to the component that will execute a script. The TQImport3ScriptEngine is the basic type, it sets the program logic and located in the QImport3ScriptEngine.pas module. It inherited the TQImport3JscriptEngine class, which works with the TScriptControl object from the QImport3MSScriptControlTLB.pas module in the context of MS JScript. You can also write your successor of the TQImport3ScriptEngine class to implement random script syntax. For TQImport3JscriptEngine the scrip execution result corresponds to the last variable value. If you want to use a filed value in the script, you need to specify the field name enclosed in percent signs -% in TQImportFieldFormat.Script. Below there is an example showing how to get a field value, convert it to number and increase on a numeric value of the current month: // FieldName means a filed name R = %FieldName%; var D = New Date(); k = parseInt(R) + D.getMonth() + 1; If a script for the field is set, it will have the highest priority in the field processing. I.e. the generator will not start, if it is set, etc. 2. Now, instead of the imported field value the following values can be substituted: current date, current time, current date and time, full name of the imported file, short name of the imported file. To the TQImportFieldFormat class the Functions property of TQImportFunctions = (ifNone, ifDate, ifTime, ifDateTime, ifLongFileName, ifShortFileName) type is added; 3. QImport3HTML. Data from the files was imported. Fixed now. 4. If format masks correspond to system masks, they were not saved in the dfm file. Fixed now. 5. QImport3Xlsx. The InlineStr cell values were not imported. Fixed now. 6. QImport3ASCII. Some errors occurred while working with CSV files. Fixed now. 7. Other improvements and bug fixes.


网友评论

  • 很久前下载的,今天来补上句谢谢!
  • 虽然我不能使用,但还是支持
  • 不错,xe5下可以正常使用,已经用了
  • 可以用的好东西。。。
  • win8 64位操作系统在XE4中安装并且演示正常。 可惜这个组件默认只支持dbgrid或者自定义的,默认不支持dbgrideh或者cxgrid
  • 支持delphi xe4,不错。谢谢
  • 东东不错,学习如何使用中
  • 不错,支持delphi xe4了!