代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/169687/9845984
pas temprtdataset.pas
unit TempRTDataSet;
interface
uses
SysUtils, Classes,Forms,DBGrids,ADODB,TitleDesign,Controls,inifiles,
tools,remotedataset,db,dialogs,comobj,savetempdb,loadtempdb,AccessCompress;
type
www.eeworm.com/read/169687/9845987
pas remoteupdatesql.pas
unit RemoteUpdateSql;
interface
uses
SysUtils, Classes;
type
TRemoteUpdateSql = class(TComponent)
private
FPreSQL:Tstrings;
FFinallySQL:TStrings;
FDeleteSQL:Tstrings;
www.eeworm.com/read/365783/9847490
tk menu2.tk
#!/usr/bin/wish
# Let's start off with the basics needed to draw circles and squares.
wm title . "Menubutton demonstration"
wm iconname . "Menubutton demo"
# Initial parameters to draw circles and s
www.eeworm.com/read/365783/9847496
tk clip.tk
#!/usr/bin/wish -f
interp create foo
foo eval {
load {} Tk
clipboard clear
clipboard append -type STRING "Clipboard Data"
}
interp delete foo
puts "[selection get -selection
www.eeworm.com/read/365783/9847519
tk select.tk
#!/usr/bin/wish -f
interp create foo
foo eval {
load {} Tk
text .t
pack .t
.t insert end "Hello World!"
.t tag add sel 0.0 end
selection own
.t insert end "\n"
# .t i
www.eeworm.com/read/169621/9848697
pas calculate.pas
unit Calculate;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Forms, Controls;
type
TCalculate = class(TObject)
private
protected
FPrjFileName: string
www.eeworm.com/read/169621/9848705
pas calcdelphi.pas
unit CalcDelphi;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Calculate;
type
TCalcDelphi = class(TCalculate)
private
public
constructor Create;
www.eeworm.com/read/169613/9849254
sql cre_birthdays.sql
DROP TABLE BIRTHDAYS;
CREATE TABLE BIRTHDAYS
(EMPNO NUMBER,
EMPNAME CHAR(20),
BIRTHDATE DATE);
www.eeworm.com/read/365688/9851225
dsk rescue.dsk
[Closed Files]
File_0=SourceModule,'D:\Projects\Drive Rescue\aboutdlg.pas',0,1,1,1,1,1,0
File_1=SourceModule,'D:\Projects\Drive Rescue\viewhexdlg.pas',0,1,39,1,39,0,0
File_2=SourceModule,'D:\Projec
www.eeworm.com/read/169489/9855974
dsk prjimage.dsk
[Closed Files]
File_0=SourceModule,'E:\delphibook\form\10\unitForm1.pas',0,1,42,71,44,1,1
File_1=SourceModule,'E:\delphibook\form\09\unitForm1.pas',0,1,29,20,38,1,1
File_2=SourceModule,'E:\delphibo