代码搜索:Published
找到约 10,000 项符合「Published」的源代码
代码结果 10,000
www.eeworm.com/read/148709/12436003
h myeditcomponent.h
//---------------------------------------------------------------------------
#ifndef MyEditComponentH
#define MyEditComponentH
#include
#include
#include
www.eeworm.com/read/128084/14317169
pas rect.pas
unit Rect;
interface
// Rectangle class that demonstrates some aspects of Delphi classes:
// overloaded methods
// properties
// published properties with default values
// Copyright
www.eeworm.com/read/118392/14873902
c proto.c
/*
* File: proto.c
*
* Copyright (C) 2003 Jorge Arellano Cid ,
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu
www.eeworm.com/read/116419/14970648
pas uatransactionmanager.pas
unit UATransactionManager;
interface
uses
Windows, Messages, SysUtils, Classes,
AdoDb,Contnrs,Variants,Db,SyncObjs;
type
TUATransactionManager = class(TComponent)
private
pro
www.eeworm.com/read/116118/14988013
pas outlookaddin.pas
unit OutlookAddIn;
interface
type
TOutlookAddIn = class(TMSOfficeAddIn)
private
protected
public
published
end; { TOutlookAddIn }
implementation
www.eeworm.com/read/114188/15067684
htm 00000002.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
"Beginning Linux Programming"
www.eeworm.com/read/167022/5471254
txt testclassdecl.txt
type
#CLASSNAME = class(TTestCase)
private
protected
// procedure SetUp; override;
// procedure TearDown; override;
published
// Test methods
#TESTMETHODDECLBLOCK