代码搜索:Create

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

代码结果 10,000
www.eeworm.com/read/285264/8857256

pas chainofresponsibilityunit2.pas

unit ChainOfResponsibilityUnit2; interface type TRequestType = (RHelp, RPrint, RPreview); TRequest = class public constructor Create; function GetKind(): TRequestType; virtual
www.eeworm.com/read/285264/8857258

bak chainofresponsibilityunit3.pas.bak

unit ChainOfResponsibilityUnit3; interface type TTopic = integer; THelpHandler = class private f_successor: THelpHandler; f_topic: TTopic; public constructor Creat
www.eeworm.com/read/285264/8857272

pas decortorform.pas

unit DecortorForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DecortorUnit1, StdCtrls; type TForm1 = class(TForm) Button1: TButton;
www.eeworm.com/read/285264/8857279

pas decortorunit1.pas

unit DecortorUnit1; interface uses classes; type TVisualComponent = class(Tcomponent) //Delphi跌谋てじン惠膥┯Tcomponent public constructor Create; virtual; procedure Draw(); virt
www.eeworm.com/read/285264/8857289

pas proxyunit3.pas

unit ProxyUnit3; interface uses Windows, syncobjs, Sysutils, classes; type TGraphic = class protected constructor Create; public destructor Destroy; virtual; procedure
www.eeworm.com/read/285264/8857325

pas prototypeunit1.pas

unit PrototypeUnit1; interface type TDirection = (North, South, East, West); TMapsite = class public constructor Create; virtual; procedure Enter(); virtual; function clone
www.eeworm.com/read/285264/8857337

pas compositeunit1.pas

unit CompositeUnit1; interface type TComposite = class; TComponent = class public constructor Create; virtual; function GetComposite(): TComposite; virtual; end; TComp
www.eeworm.com/read/285264/8857411

pas mediatorunit1.pas

unit MediatorUnit1; interface uses controls, classes; type TWidget = class; TDialogDirector = class protected constructor Create; procedure CreateWidget(); virtual; abst
www.eeworm.com/read/285264/8857434

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton
www.eeworm.com/read/285264/8857445

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm2 = class(TForm) Button1: TButton; Label1: TLabel;