代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551316
out testinitfinal.out
unit TestInitFinal;
{ AFS 1 March 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests layout of the code in the init a
www.eeworm.com/read/320003/3551317
out testwarndestroy.out
unit TestWarnDestroy;
interface
type
TFoo = class
public
destructor Destroy; override;
procedure TestCreate;
end;
implementation
{ TFoo }
destructor TFoo.Dest
www.eeworm.com/read/320003/3551319
out testemptyclass.out
unit TestEmptyClass;
{ AFS 9 July 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Test bug reported by Michael Hieke after empty
www.eeworm.com/read/320003/3551320
out testmessages.out
unit TestMessages;
{ simple test for windows message syntax }
interface
uses Messages;
type
TFoo = class
public
procedure CMTextChanged(var Message: TMessage); message WM_SETF
www.eeworm.com/read/320003/3551321
out testlayout.out
unit TestLayout;
{ AFS 9 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests layout functionality
}
interfac
www.eeworm.com/read/320003/3551323
out testdelphinetconst.out
unit TestDelphiNetConst;
{
AFS May 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Basic test of class constants in Delphi.NE
www.eeworm.com/read/320003/3551324
out testunitdeprecated.out
unit TestUnitDeprecated deprecated;
interface
implementation
end.
www.eeworm.com/read/320003/3551327
out testraise.out
unit TestRaise;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
to test the 'raise' keyword }
interface
implementation
uses Sy
www.eeworm.com/read/320003/3551330
out testparams.out
unit TestParams;
{ AFS 26 Dec 2002
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
procedure ArrayProc1(foo: array of
www.eeworm.com/read/320003/3551331
out testgenericheritage.out
program TestGenericHeritage;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test