代码搜索:TObject
找到约 10,000 项符合「TObject」的源代码
代码结果 10,000
www.eeworm.com/read/240987/13180971
create tobject.create
www.eeworm.com/read/106490/6192506
java tobject.java
//==============================================================
// TObject.java - Declare an abstract class
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.ChinaITLab.com)
// 程
www.eeworm.com/read/232407/4701540
h tobject.h
/*
File: TObject.h
Version: Mac OS X
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
("Apple") in consideration of your agreement to the following t
www.eeworm.com/read/102822/15756755
cpp tobject.cpp
// TObject.cpp: implementation of the TObject class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TObject.h"
///////////////////////
www.eeworm.com/read/102822/15756760
h tobject.h
// TObject.h: interface for the TObject class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TOBJECT_H__076A19C6_24F0_4F8A_817E_CDC031D9DE43__INCLUDED
www.eeworm.com/read/287340/8693431
ini tobject_vcl4.ini
[TObject]
Inherits=0
m_SafeCallException=-20
m_AfterConstruction=-1C
m_BeforeDestruction=-18
m_Dispatch=-14
m_DefaultHandler=-10
m_NewInstance=-C
m_FreeInstance=-8
www.eeworm.com/read/178914/9382396
ini tobject_vcl4.ini
[TObject]
Inherits=0
m_SafeCallException=-20
m_AfterConstruction=-1C
m_BeforeDestruction=-18
m_Dispatch=-14
m_DefaultHandler=-10
m_NewInstance=-C
m_FreeInstance=-8
www.eeworm.com/read/351968/10590035
ini tobject_vcl4.ini
[TObject]
Inherits=0
m_SafeCallException=-20
m_AfterConstruction=-1C
m_BeforeDestruction=-18
m_Dispatch=-14
m_DefaultHandler=-10
m_NewInstance=-C
m_FreeInstance=-8
www.eeworm.com/read/217925/14943503
ini tobject_vcl4.ini
[TObject]
Inherits=0
m_SafeCallException=-20
m_AfterConstruction=-1C
m_BeforeDestruction=-18
m_Dispatch=-14
m_DefaultHandler=-10
m_NewInstance=-C
m_FreeInstance=-8
www.eeworm.com/read/108103/6186036
vb is.vb
' FastScript v1.0
' 'is' operator demo
dim o, p
o = new TObject
p = new TPersistent
if o is TObject then
ShowMessage("o is TObject")
end if
if p is TObject