代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/387434/8676315
pas animf.pas
unit AnimF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Anim;
type
TFormAnimals = class(TForm)
LabelVoice: TLabel;
Bt
www.eeworm.com/read/387434/8676318
pas anim.pas
unit Anim;
interface
type
TAnimal = class
public
constructor Create;
function GetKind: string;
function Voice: string; virtual;
private
Kind: string;
end;
TD
www.eeworm.com/read/387434/8676392
pas animf.pas
unit AnimF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Anim;
type
TFormAnimals = class(TForm)
LabelVoice: TLabel;
Bt
www.eeworm.com/read/387434/8676394
pas anim.pas
unit Anim;
interface
type
TAnimal = class
public
constructor Create;
function GetKind: string;
function Voice: string; virtual; abstract;
private
Kind: string;
en
www.eeworm.com/read/387434/8676461
pas animf.pas
unit AnimF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Anim;
type
TFormAnimals = class(TForm)
LabelKind: TLabel;
Btn
www.eeworm.com/read/387434/8676466
pas anim.pas
unit Anim;
interface
type
TAnimal = class
public
constructor Create;
function GetKind: string;
private
Kind: string;
end;
TDog = class (TAnimal)
public
co
www.eeworm.com/read/387434/8676480
pas inftform.pas
unit InftForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
ListBox1: TListBox;
btnRunner:
www.eeworm.com/read/387434/8676518
pas home_dm.pas
unit home_dm;
interface
uses
Windows, Messages, SysUtils, Classes, HTTPApp, WebModu, HTTPProd, ReqMulti,
WebDisp, WebAdapt, WebComp;
type
Thome = class(TWebAppPageModule)
PagePr
www.eeworm.com/read/387434/8676579
pas form_dm.pas
unit form_dm;
interface
uses
Windows, Messages, SysUtils, Classes, HTTPApp, WebModu, HTTPProd,
CompProd, PagItems, SiteProd, MidItems, WebForm, WebComp;
type
Tformview = class(TWeb
www.eeworm.com/read/387434/8676595
pas table_dm.pas
unit table_dm;
interface
uses
Windows, Messages, SysUtils, Classes, HTTPApp, WebModu, HTTPProd, ReqMulti,
WebDisp, WebAdapt, WebComp, CompProd, PagItems, SiteProd, DBXpress,
FMTBcd, M