Innerfuse Pascal Script 1.04 stable

时间:2009-03-15 02:52:39
【文件属性】:

文件名称:Innerfuse Pascal Script 1.04 stable

文件大小:269KB

文件格式:ZIP

更新时间:2009-03-15 02:52:39

控件 源码 系统相关类 资源

Pascal Script 解释器IFPS3是一个用Delphi编写的脚本引擎,它使得你能够在程序的运行中使用大多数的Object Pascal语言特性,这些程序单元可以被编译到你的应用程序中,发布时不需要其它额外的文件,它具有以下特性:1.支持变量和常量2.标准的语句控制: Begin/End, If/Then/Else, For/To/Downto/Do, Case x Of, Repeat/Until, While, uses, Exit, Continue, Break 3.函数(可以定义在脚本内部或脚本外部)4.标准的数据类型: Byte, Shortint, Char, Word, SmallInt, Cardinal, Longint, Integer, String, Real, Double, Single, Extended, Boolean, Array, Record, Enumerations 5.导入Delphi自身的函数和类,6.可以将脚本关联到Delphi对象的事件7.可以编译成一个文件然后运行Innerfuse Pascal Script 3Innerfuse Pascal Script 3 (short IFPS3) is a script engine written in Delphi. IFPS allowes you to use most of Object Pascal language within your Delphi projects at runtime. It‘s a set of units that can be compiled into your exe file so there is no need to distribute any external files. It has the following features:Variables, Constants Standard statements: Begin/End, If/Then/Else, For/To/Downto/Do, Case x Of, Repeat/Until, While, uses, Exit, Continue, Break Functions (Declared inside or outside script) Standard types: Byte, Shortint, Char, Word, SmallInt, Cardinal, Longint, Integer, String, Real, Double, Single, Extended, Boolean, Array, Record, Enumerations Importing Delphi functions and classes. Assigning script functions to Delphi events. Compiling to a file and running later Why use a script engine?A script engine allowes the end user to customize an application to his/her needs without having to recompile it, and you can update your application by just sending a script file.why use IFPS3 instead of IFPS(2)?IFPS3 compiles first and runs later, this allowes you to save the script in compiled form and run much faster than IFPS. IFPS3 also has better debugging support.downloads:http://www.carlo-kok.com/ifps3.php?mode=viewfiles


网友评论

  • 不错,可还行
  • 不是很好,不太喜欢
  • delphi脚本 准备研究,日后必大兴于市