代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551232
out testcases.out
program TestCases;
uses
Forms,
EmptyTest1 in 'EmptyTest1.pas',
fFormTest in 'fFormTest.pas' {FormTest},
LittleTest1 in 'LittleTest1.pas',
LittleTest2 in 'LittleTest2.pas',
LittleT
www.eeworm.com/read/320003/3551233
out testdelphinetattributes.out
unit TestDelphiNetAttributes;
{
Basic test of attributes in Delphi.NET
}
interface
uses
Classes;
type
[Serializable]
TContainer = class(TObject)
public
end;
[Seriali
www.eeworm.com/read/320003/3551235
out fbracketprop.out
unit fBracketProp;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
uses
Windows, Messages, SysUtils, Variants, Clas
www.eeworm.com/read/320003/3551236
out testarray.out
unit TestArray;
{ AFS 23 May 2003
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests array decls
}
interface
type
www.eeworm.com/read/320003/3551237
out testdelphinetmulticast.out
unit TestDelphiNetMulticast;
interface
type
TMulicastClass = class
private
FEvent1: System.EventHandler;
public
property Event1: System.EventHandler add FEvent1 remove FEven
www.eeworm.com/read/320003/3551238
out testunitalldirectives.out
unit TestUnitAllDirectives deprecated platform library;
interface
implementation
end.
www.eeworm.com/read/320003/3551239
out testdelphinetlibrary.out
library TestDelphiNetLibrary;
{
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
A delphi.net library with assembly attributes
}
{
www.eeworm.com/read/320003/3551241
out testrunonline.out
unit TestRunOnLine;
{ AFS 15 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
test runon line indentation
some of this co
www.eeworm.com/read/320003/3551242
out testdelphinetdottedtype.out
unit TestDelphiNetDottedType;
interface
type
TMyClass = class
public
MSExcelType: System.type;
ObjValue: System.object;
end;
TMyClass2 = class
private
ObjV
www.eeworm.com/read/320003/3551244
out testpropertyinherited.out
unit TestPropertyInherited;
{ bug #762354 in jcf 2 Beta 5
reported by adem baba
}
interface
const
HAS_BAR = False;
FIVE = (2 + 2);
type
TCustomFoo = class(TObject)
pri