代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/451398/7465779
pas tmsubreaklist.pas
unit tmsUBreakList;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses Classes, SysUtils, tmsXlsMessages, tmsUXlsBaseRecords;
type
TBreakList=class(TList)
private
CurrentPos: integer;
www.eeworm.com/read/451398/7465805
pas tmsuxlstokenarray.pas
unit tmsUXlsTokenArray;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses tmsXlsMessages, SysUtils, Math;
type
ETokenException= class (EExcelException)
public
Token: integer;
cons
www.eeworm.com/read/451398/7465807
pas tmsuxlsstrings.pas
unit tmsUXlsStrings;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses tmsXlsMessages, SysUtils, Classes, tmsUXlsBaseRecords, tmsUFlxMessages;
type
TStrLenLength= 1..2;
TCharSize=1..2;
TEx
www.eeworm.com/read/451398/7466030
pas picturecontainerprop.pas
unit PictureContainerProp;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, PictureContainer, HTMListB, ShellAPi, ExtDlgs;
type
TCon
www.eeworm.com/read/451380/7466388
pas driverselectform.pas
unit DriverSelectForm;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TfrmDriverSelect = class(TForm)
OKBtn: TButton;
www.eeworm.com/read/451191/7469405
pas useexitwindll.pas
unit useexitwindll;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TPowerOffWin = function :boolean;stdcall;
TLogOffWi
www.eeworm.com/read/451191/7469426
pas useexitwindll.pas
unit useexitwindll;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TPowerOffWin = function :boolean;stdcall;
TLogOffWi
www.eeworm.com/read/451191/7469452
~pas useexitwindll.~pas
unit useexitwindll;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TPowerOffWin = function :boolean;stdcall;
TLogOffWi
www.eeworm.com/read/451191/7469466
~pas useexitwindll.~pas
unit useexitwindll;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TPowerOffWin = function :boolean;stdcall;
TLogOffWi
www.eeworm.com/read/450392/7484456
pas gdclasses.pas
unit GdClasses;
interface
uses Classes,Types,Dialogs,SysUtils;
type
TGDRegion=class;
TGDRegionLink=class(TPersistent)
private
FRegion:TGDRegion;
FChangeEvent:TNotifyEvent;