代码搜索:OUT

找到约 10,000 项符合「OUT」的源代码

代码结果 10,000
www.eeworm.com/read/320003/3550931

out testwarndestroy.out

unit testwarndestroy; interface type tfoo = class public destructor Destroy; override; procedure testcreate; end; implementation destructor tfoo.Destroy; begin inher
www.eeworm.com/read/320003/3550932

out testemptyclass.out

unit testemptyclass; interface uses Classes; var jim: integer; type tfoo = class; counter = integer; tfoo = class(TPersistent); tmylist = class(TList); var cripe
www.eeworm.com/read/320003/3550933

out testmessages.out

unit testmessages; interface uses Messages; type tfoo = class public procedure cmtextchanged(var message: tmessage); message wm_setfont; procedure soy(var message: tmessage);
www.eeworm.com/read/320003/3550937

out testlayout.out

unit testlayout; interface implementation uses SysUtils, Classes; procedure testsimplevarlayout; var ifred: integer; bb: boolean; begin end; procedure testsimplevarlayout2;
www.eeworm.com/read/320003/3550940

out testdelphinetconst.out

unit testdelphinetconst; interface type ttemperatureconverter = class(TObject) public const absolutezero = -273; end; type tmyclass = class const x = 12; y =
www.eeworm.com/read/320003/3550945

out testunitdeprecated.out

unit testunitdeprecated deprecated; interface implementation end.
www.eeworm.com/read/320003/3550951

out testraise.out

unit testraise; interface implementation uses SysUtils; function test1: tdatetime; var datestr: string; begin datestr := 'Fooo'; Result := 0.0; try Result := strtodate(
www.eeworm.com/read/320003/3550956

out testparams.out

unit testparams; interface procedure arrayproc1(foo: array of const); procedure arrayproc2(var foo: array of const); procedure fred2(var foo); procedure fred3(var foo; const bar); procedure
www.eeworm.com/read/320003/3550958

out testgenericheritage.out

program testgenericheritage;{$APPTYPE CONSOLE} uses SysUtils; type tclassdebase = class fdata: integer; end; tgenerique = class fdata: i; end; tclassdebasederi
www.eeworm.com/read/320003/3550959

out testmh.out

unit testmh; interface type w_pa3500array = array[0..32766] of word; pw_wordptr = ^w_pa3500array; ppointer = ^pointer; const pa3500_disable = 0; pa3500_enable