文件名称:Delphi运行时写代码实例
文件大小:999KB
文件格式:RAR
更新时间:2015-03-13 07:16:39
Delphi,运行时,Script,Pascal
Delphi运行时执行代码实例 program Test; var iSum :integer; function Sum(i, j: Integer): Integer; begin Result := i + j; end; begin iSum := Sum(10, 25); Writeln(inttostr(iSum)); Showmessage(inttostr(iSum)); end.
【文件预览】:
MyDemo
----MegaDemo.RODL(5KB)
----TestApplication.dproj.local(62B)
----fMain.dfm(3KB)
----TestApplication.identcache(242B)
----TestApplication.res(22KB)
----fMain.pas(6KB)
----TestApplication.dproj(4KB)
----MegaDemo.rops(2KB)
----TestApplication.exe(3.03MB)
----fMain.dcu(15KB)
----TestApplication.dpr(239B)