代码搜索:SysUtils
找到约 10,000 项符合「SysUtils」的源代码
代码结果 10,000
www.eeworm.com/read/387434/8683046
pas statusf.pas
unit StatusF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls;
type
TStatus = class(TForm)
Label1: TLabel;
Label2: TLabel;
www.eeworm.com/read/386969/8715807
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button
www.eeworm.com/read/386969/8715986
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/386891/8719782
pas scan_u.pas
unit scan_u;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/286776/8743730
txt 列表5.7.txt
【列表5.7】程序bgTest。
{bgTest.dpr - Illustrates background processes }
program bgTest;
{$APPTYPE CONSOLE}
uses SysUtils, Libc;
begin
WriteLn ('bgTest: Process ID = ', getpid);
WriteLn ('Pr
www.eeworm.com/read/286776/8743761
txt 列表3.1.txt
【列表3.1】一个简单的共享对象。
{ hello.dpr - a simple shared object }
library hello;
uses
SysUtils,
Classes;
{$R *.res}
procedure SayHello; cdecl;
begin
WriteLn ('Hello from library');
end;
www.eeworm.com/read/386305/8755802
~pas dmunit.~pas
unit DMUnit;
interface
uses
SysUtils, Classes;
type
TDM = class(TDataModule)
private
{ Private declarations }
public
{ Public declarations }
end;
var
DM: TDM;
www.eeworm.com/read/386305/8755828
pas dmunit.pas
unit DMUnit;
interface
uses
SysUtils, Classes;
type
TDM = class(TDataModule)
private
{ Private declarations }
public
{ Public declarations }
end;
var
DM: TDM;
www.eeworm.com/read/386305/8756781
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/386305/8756847
pas codehelpunit.pas
unit CodeHelpUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declaration