代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/119452/6084144
dpr getword32.dpr
library GetWord32;
uses
SysUtils,
Windows,
UnitHookDLL in 'UnitHookDLL.pas',
QTThunkU in 'QTThunkU.pas',
UnitHookType in 'UnitHookType.pas';
exports
OpenGetKeyHook,
CloseGetKe
www.eeworm.com/read/479028/6697721
pas 11.4.pas
program Project1;
{$APPTYPE CONSOLE}
uses Sysutils; // 为了使用函数
function OutputNum(number:double;n:integer = 5):Boolean;
Var
Str:string;// 浮点数显示输出的内容
Begin
if n
www.eeworm.com/read/410239/11297369
dpr getword32.dpr
library GetWord32;
uses
SysUtils,
Windows,
UnitHookDLL in 'UnitHookDLL.pas',
QTThunkU in 'QTThunkU.pas',
UnitHookType in 'UnitHookType.pas';
exports
OpenGetKeyHook,
CloseGetKe
www.eeworm.com/read/251799/12319164
pas lzw.pas
unit Lzw;
interface
uses
Windows, SysUtils, Classes;
const
NOCODE = -1; //
www.eeworm.com/read/127605/14347680
pas getdata.pas
unit GetData;
interface
uses
SysUtils;
function GetUsersName(UserID: String): String; //
www.eeworm.com/read/134536/13984550
pas vgstndrt.pas
{*******************************************************}
{ }
{ Vladimir Gaitanoff Delphi VCL Library }
{ General non-v
www.eeworm.com/read/132883/14068184
pas patientin.pas
unit PatientIn;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ComCtrls, ExtCtrls, wwdblook, Wwdbdlg, Grids, Wwdbigrd, Wwdbgrid,
DBCtrls, Wwlocate
www.eeworm.com/read/111426/15512833
pas vgstndrt.pas
{*******************************************************}
{ }
{ Vladimir Gaitanoff Delphi VCL Library }
{ General non-v
www.eeworm.com/read/292183/8368875
pas unit4.pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, SUIForm;
type
TForm4 = class(TForm)
suiForm1: TsuiForm;
private
www.eeworm.com/read/292154/8373964
pas mc_dl.pas
unit MC_DL;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TDL = class(TForm)
private
{ Private declarations }
public
{ Pu