代码搜索:SysUtils
找到约 10,000 项符合「SysUtils」的源代码
代码结果 10,000
www.eeworm.com/read/281789/9134582
pas fftdemoservermain.pas
unit fFTDemoServerMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
private
www.eeworm.com/read/281789/9134659
pas feasyftdemoservermain.pas
unit feasyFTDemoServerMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
priv
www.eeworm.com/read/281789/9134914
pas fdynamicsqldemoservermain.pas
unit fDynamicSQLDemoServerMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
www.eeworm.com/read/281789/9135016
pas feasydcomservermain.pas
unit fEasyDCOMServerMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
privat
www.eeworm.com/read/281789/9135084
pas fmddemoservermain.pas
unit fmdDemoServerMAin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
private
www.eeworm.com/read/281789/9135128
pas flargedatasetdemomain.pas
unit fLargeDataSetDemoMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
priv
www.eeworm.com/read/281789/9135602
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/380648/9135817
txt delphi6函数大全(2) .txt
Delphi6函数大全(2)
首部 function Languages: TLanguages; $[SysUtils.pas
功能 返回系统语言对象
说明 通过此函数可以得到系统的语言环境
参考 type SysUtils.TLanguages
例子
///////Begin Languages
proced
www.eeworm.com/read/380648/9135820
txt delphi6函数大全(3) .txt
Delphi6函数大全(3)
首部 function FindNext(var F: TSearchRec): Integer; $[SysUtils.pas
功能 返回继续文件搜索
说明 搜索成功则返回0
参考 function Windows.FindNextFile
例子
━━━━━
www.eeworm.com/read/380648/9135829
txt delphi字符串函数(二).txt
首部 function WideSameText(const S1, S2: WideString): Boolean;
$[SysUtils.pas
功能 返回两个双字节字符串是否相同
说明 不区分大小写
参考 function SysUtils.WideCompareText
例子 CheckBox1.Checked := WideS