代码搜索:SysUtils
找到约 10,000 项符合「SysUtils」的源代码
代码结果 10,000
www.eeworm.com/read/424915/10400564
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/424915/10400627
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm2 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424915/10400651
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424915/10400988
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424915/10401150
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm2 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/279692/10401981
pas runonceu.pas
unit RunOnceU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
private
www.eeworm.com/read/279692/10402178
pas unitopenprocess.pas
unit UnitOpenProcess;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
private
www.eeworm.com/read/279692/10403371
dpr bitmapdll.dpr
library BitmapDLL;
{all this DLL does is provide a storage mechanism for a bitmap}
uses
SysUtils,
Classes;
{link in the bitmap resource}
{$R BitmapResources.res}
begin
end.
www.eeworm.com/read/424809/10410802
txt delphi函数大全.txt
Delphi字符串函数大全
(1)2008年01月04日 星期五 11:32首部 function AnsiResemblesText(const AText, AOther: string): Boolean;
$[StrUtils.pas
功能 返回两个字符串是否相似
说明 ANSI(American National Standards Institute)美国国家标准协会;不区分
www.eeworm.com/read/161399/10415867
dpr regserver.dpr
program RegServer;
uses
Forms,
Windows,
SysUtils,
Registry;
{$R *.res}
var
sPath:String;
begin
Application.Initialize;
sPath:=ExtractFilePath(Application.ExeName);