代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/371025/9571090
pas mudutil.pas
unit MudUtil;
interface
uses
Windows, Classes, SysUtils;
type
TQuickList = class(TStringList)
private
GQuickListCriticalSection: TRTLCriticalSection;
public
constructor Crea
www.eeworm.com/read/366574/9808646
h streamdecompress.h
// StreamDecompress.h: interface for the CStreamDecompress class.
//
//////////////////////////////////////////////////////////////////////
// Self Extracting File Framework
// ===================
www.eeworm.com/read/366574/9808672
h streamcompress.h
// StreamCompress.h: interface for the CStreamCompress class.
//
//////////////////////////////////////////////////////////////////////
// Self Extracting File Framework
// =======================
www.eeworm.com/read/169790/9838475
readme
The Common C++ template library will focus on many design elements
commonly used in Common C++ applications. These include things like
self-organizing objects, which I often use in place of "contain
www.eeworm.com/read/169687/9845617
pas imagebtn.pas
unit ImageBtn;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls,ExtDlgs,RsgImageList;
type
TImageBtn = class(TImage)
private
www.eeworm.com/read/169687/9845620
pas selectlist.pas
unit SelectList;
interface
uses
SysUtils, Classes, windows,dialogs,ExtCtrls,forms,Graphics,StdCtrls,
Controls,SelectType,ComCtrls,db,StrUtils,remotedataset,tools,DataSelect,
Buttons;
www.eeworm.com/read/169687/9845635
pas rsgdbcombobox.pas
unit RsgDbComboBox;
interface
uses
SysUtils, Classes, Controls, StdCtrls,Db,dbctrls;
type
TRsgDbComboBox = class(TDbComboBox)
private
FKeyField:string;
FListField:string;
www.eeworm.com/read/169687/9845654
pas rsgcombobox.pas
unit RsgComboBox;
interface
uses
SysUtils, Classes, Controls, StdCtrls,Db,dbctrls;
type
TRsgComboBox = class(TComboBox)
private
FKeyField:string;
FListField:string;
//
www.eeworm.com/read/169687/9845666
pas caldbgrid.pas
unit CalDbGrid;
interface
uses
SysUtils, Classes, Controls, Grids, DBGridEh,dialogs,remotedataset,db,dbclient,
adodb,CalExpression,sndkey32,Variants,tools,RemoteUdpConnection,RemoteHttpCon