代码搜索:TObject
找到约 10,000 项符合「TObject」的源代码
代码结果 10,000
www.eeworm.com/read/227024/14443653
pas ibinstatuscallback.pas
unit IBInstatusCallBack;
interface
uses SysUtils, Windows, UrlMon, ActiveX;
type TBindStatusCallback = class(TObject, IBindStatusCallback)
protected
FRefCount: Integer;
// IUnknown
www.eeworm.com/read/217476/4869425
pas fcchangelink.pas
unit fcChangeLink;
interface
uses Classes;
type
TfcChangeLink = class(TObject)
private
FOnChange: TNotifyEvent;
FOnChanging: TNotifyEvent;
FOnLoaded: TNotifyEvent;
F
www.eeworm.com/read/217476/4869736
pas fcchangelink.pas
unit fcChangeLink;
interface
uses Classes;
type
TfcChangeLink = class(TObject)
private
FOnChange: TNotifyEvent;
FOnChanging: TNotifyEvent;
FOnLoaded: TNotifyEvent;
F
www.eeworm.com/read/217476/4870046
pas fcchangelink.pas
unit fcChangeLink;
interface
uses Classes;
type
TfcChangeLink = class(TObject)
private
FOnChange: TNotifyEvent;
FOnChanging: TNotifyEvent;
FOnLoaded: TNotifyEvent;
F
www.eeworm.com/read/283433/4079066
inc strconvert.inc
type
TConvertType = (ctUpper, ctLower);
TStringConvert = class(TObject)
{$IFDEF STRINGCONVERTLIB}
private
FPrepend: String;
FAppend : String;
{$ENDIF}
public
function
www.eeworm.com/read/389157/2543270
dpr pmywindowclass.dpr
program PMyWindowClass;
uses
Windows,
Messages,
SysUtils;
type
TMyWindow = class(TObject)
private
{ Private declarations }
WindowClass: WndClass;
hWindow: HWnd;
www.eeworm.com/read/360247/2964622
pas fcchangelink.pas
unit fcChangeLink;
interface
uses Classes;
type
TfcChangeLink = class(TObject)
private
FOnChange: TNotifyEvent;
FOnChanging: TNotifyEvent;
FOnLoaded: TNotifyEvent;
F
www.eeworm.com/read/360247/2964933
pas fcchangelink.pas
unit fcChangeLink;
interface
uses Classes;
type
TfcChangeLink = class(TObject)
private
FOnChange: TNotifyEvent;
FOnChanging: TNotifyEvent;
FOnLoaded: TNotifyEvent;
F
www.eeworm.com/read/360247/2965243
pas fcchangelink.pas
unit fcChangeLink;
interface
uses Classes;
type
TfcChangeLink = class(TObject)
private
FOnChange: TNotifyEvent;
FOnChanging: TNotifyEvent;
FOnLoaded: TNotifyEvent;
F
www.eeworm.com/read/292168/8370617
pas zhtsunit.pas
unit ZHTSUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ToolWin, ExtCtrls, StdCtrls, DBCtrls, Mask, Grids,
DBGrids, B