在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → delphi版indy10控件

delphi版indy10控件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.62M
  • 下载次数:16
  • 浏览次数:677
  • 发布时间:2020-06-04
  • 实例类别:一般编程问题
  • 发 布 人:83366311@qq.com
  • 文件格式:.rar
  • 所需积分:2
 相关标签: delphi

实例介绍

【实例简介】delphi版indy10控件
【实例截图】delphi版indy10控件

【核心代码】indy10 source &  Demo

├── Indy10Demos
│   ├── del549790557
│   │   ├── HTTPStream
│   │   │   ├── C#
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Class1.cs
│   │   │   │   └── HTTPStream.csproj
│   │   │   └── VB
│   │   │       ├── AssemblyInfo.vb
│   │   │       ├── HTTPStream.vbproj
│   │   │       └── Module1.vb
│   │   ├── HTTPString
│   │   │   ├── C#
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Class1.cs
│   │   │   │   └── IntroHTTP.csproj
│   │   │   └── VB
│   │   │       ├── AssemblyInfo.vb
│   │   │       ├── IntroHTTP.vbproj
│   │   │       └── Module1.vb
│   │   ├── IndyMultipartFormData
│   │   │   ├── MsMultiPartFormData.pas
│   │   │   ├── MultiPartFormDataApp.cfg
│   │   │   ├── MultiPartFormDataApp.dof
│   │   │   ├── MultiPartFormDataApp.dpr
│   │   │   ├── MultiPartFormDataApp.dsk
│   │   │   ├── MultiPartFormDataApp.res
│   │   │   ├── uMain.ddp
│   │   │   ├── uMain.dfm
│   │   │   └── uMain.pas
│   │   ├── SendMail
│   │   │   ├── C#
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── SendMail.csproj
│   │   │   │   └── SendMail.sln
│   │   │   ├── Delphi
│   │   │   │   ├── Main.dfm
│   │   │   │   ├── Main.pas
│   │   │   │   ├── SendMail.dpr
│   │   │   │   └── SendMail.res
│   │   │   └── VB
│   │   │       ├── AssemblyInfo.vb
│   │   │       ├── Form1.resx
│   │   │       ├── Form1.vb
│   │   │       ├── SendMail.sln
│   │   │       └── SendMail.vbproj
│   │   ├── ServerSchedulers
│   │   │   ├── Main.dfm
│   │   │   ├── Main.pas
│   │   │   ├── ServerSchedulers.dpr
│   │   │   ├── ServerSchedulers.res
│   │   │   └── Stress
│   │   │       ├── ClientTask.pas
│   │   │       ├── ClientThread.pas
│   │   │       ├── Main.dfm
│   │   │       ├── Main.pas
│   │   │       ├── ServerSchedulerStress.dpr
│   │   │       └── ServerSchedulerStress.res
│   │   ├── SlowHTTPServer
│   │   │   └── source
│   │   │       └── Indy10
│   │   │           └── AZ Demos
│   │   │               └── Slow HTTP Server
│   │   │                   ├── Data.zip
│   │   │                   ├── Main.dfm
│   │   │                   ├── Main.pas
│   │   │                   ├── SlowHTTPServer.dpr
│   │   │                   ├── SlowHTTPServer.exe
│   │   │                   └── SlowHTTPServer.res
│   │   ├── VSIntroTCPClient
│   │   │   ├── C#
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Class1.cs
│   │   │   │   └── Intro.csproj
│   │   │   ├── Delphi
│   │   │   │   └── Intro.dpr
│   │   │   └── VB
│   │   │       ├── AssemblyInfo.vb
│   │   │       ├── Intro.vbproj
│   │   │       └── Module1.vb
│   │   ├── ZipCodeClient
│   │   │   ├── Zip Code Client
│   │   │   │   ├── C#
│   │   │   │   │   ├── App.ico
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Form1.cs
│   │   │   │   │   ├── Form1.resx
│   │   │   │   │   ├── ZipCodeClient.csproj
│   │   │   │   │   └── ZipCodeClient.sln
│   │   │   │   └── Delphi
│   │   │   │       ├── Main.dfm
│   │   │   │       ├── Main.pas
│   │   │   │       ├── ZipCodeClient.dpr
│   │   │   │       └── ZipCodeClient.res
│   │   │   └── ZipCodes.dat
│   │   ├── ZipCodeServerCommandHandlers
│   │   │   ├── Zip Code Server - Command Handlers
│   │   │   │   ├── Main.dfm
│   │   │   │   ├── Main.pas
│   │   │   │   ├── ZipCodeServer_CommandHandlers.dpr
│   │   │   │   └── ZipCodeServer_CommandHandlers.res
│   │   │   └── ZipCodes.dat
│   │   └── ZipCodeServerOnExecute
│   │       ├── Zip Code Server - OnExecute
│   │       │   ├── C#
│   │       │   │   ├── App.ico
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Form1.cs
│   │       │   │   ├── ZipCodeServer_OnExecute.csproj
│   │       │   │   └── ZipCodeServer_OnExecute.sln
│   │       │   └── Delphi
│   │       │       ├── Main.dfm
│   │       │       ├── Main.pas
│   │       │       ├── ZipCodeServer_OnExecute.dpr
│   │       │       └── ZipCodeServer_OnExecute.res
│   │       └── ZipCodes.dat
│   ├── indy10_demos.gif
│   └── indy10demo
│       ├── 2ccc.com.nfo
│       ├── Indy10SSLExample.zip
│       ├── Indy_10_FTPClient.zip
│       ├── Indy_10_FTPServer.zip
│       ├── Indy_10_IMAP4Client.zip
│       ├── Indy_10_MailClient.zip
│       ├── Indy_10_POP3Server.zip
│       ├── Indy_10_SMTPRelay.zip
│       └── Indy_10_SMTPServer.zip
└── indy10.0.52
    ├── Cn700.com.txt
    ├── Core
    │   ├── IdAbout.pas
    │   ├── IdAntiFreeze.pas
    │   ├── IdAssignedNumbers.pas
    │   ├── IdBuffer.pas
    │   ├── IdCmdTCPClient.pas
    │   ├── IdCmdTCPServer.pas
    │   ├── IdCommandHandlers.pas
    │   ├── IdCompilerDefines.inc
    │   ├── IdContext.pas
    │   ├── IdCoreDsnRegister.pas
    │   ├── IdCoreRegister.dcr
    │   ├── IdCoreRegisterCool.dcr
    │   ├── IdCreditsBitmap.res
    │   ├── IdCreditsBitmap.resources
    │   ├── IdCustomTransparentProxy.pas
    │   ├── IdDsnBaseCmpEdt.pas
    │   ├── IdDsnCoreResourceStrings.pas
    │   ├── IdDsnPropEdBinding.pas
    │   ├── IdExceptionCore.pas
    │   ├── IdGlobalCore.pas
    │   ├── IdIOHandler.pas
    │   ├── IdIOHandlerSocket.pas
    │   ├── IdIOHandlerStack.pas
    │   ├── IdIOHandlerStream.pas
    │   ├── IdIPAddress.pas
    │   ├── IdIcmpClient.pas
    │   ├── IdIntercept.pas
    │   ├── IdInterceptSimLog.pas
    │   ├── IdInterceptThrottler.pas
    │   ├── IdLogBase.pas
    │   ├── IdLogDebug.pas
    │   ├── IdLogEvent.pas
    │   ├── IdLogFile.pas
    │   ├── IdLogStream.pas
    │   ├── IdRawBase.pas
    │   ├── IdRawClient.pas
    │   ├── IdRawFunctions.pas
    │   ├── IdRawHeaders.pas
    │   ├── IdRegisterCore.pas
    │   ├── IdReply.pas
    │   ├── IdReplyRFC.pas
    │   ├── IdResourceStringsCore.pas
    │   ├── IdScheduler.pas
    │   ├── IdSchedulerOfThread.pas
    │   ├── IdSchedulerOfThreadDefault.pas
    │   ├── IdSchedulerOfThreadPool.pas
    │   ├── IdSequTCPServer.pas
    │   ├── IdServerIOHandler.pas
    │   ├── IdServerIOHandlerSocket.pas
    │   ├── IdServerIOHandlerStack.pas
    │   ├── IdSimpleServer.pas
    │   ├── IdSocketHandle.pas
    │   ├── IdSocks.pas
    │   ├── IdSync.pas
    │   ├── IdTCPClient.pas
    │   ├── IdTCPConnection.pas
    │   ├── IdTCPServer.pas
    │   ├── IdTCPStream.pas
    │   ├── IdTask.pas
    │   ├── IdThread.pas
    │   ├── IdThreadComponent.pas
    │   ├── IdThreadSafe.pas
    │   ├── IdUDPBase.pas
    │   ├── IdUDPClient.pas
    │   ├── IdUDPServer.pas
    │   ├── IdYarn.pas
    │   ├── IndyCore100.dpk
    │   ├── IndyCore100Net.dpk
    │   ├── IndyCore110.dpk
    │   ├── IndyCore110Net.dpk
    │   ├── IndyCore40.dpk
    │   ├── IndyCore40.res
    │   ├── IndyCore50.dpk
    │   ├── IndyCore50.res
    │   ├── IndyCore60.dpk
    │   ├── IndyCore60.res
    │   ├── IndyCore70.dpk
    │   ├── IndyCore70.res
    │   ├── IndyCore80Net.dpk
    │   ├── IndyCore90.dpk
    │   ├── IndyCore90.res
    │   ├── IndyCore90Net.dpk
    │   ├── IndyCoreK3.dpk
    │   ├── dclIndyCore100.dpk
    │   ├── dclIndyCore100Net.dpk
    │   ├── dclIndyCore110.dpk
    │   ├── dclIndyCore110Net.dpk
    │   ├── dclIndyCore40.dpk
    │   ├── dclIndyCore40.res
    │   ├── dclIndyCore50.dpk
    │   ├── dclIndyCore50.res
    │   ├── dclIndyCore60.dpk
    │   ├── dclIndyCore60.res
    │   ├── dclIndyCore70.dpk
    │   ├── dclIndyCore70.res
    │   ├── dclIndyCore80Net.dpk
    │   ├── dclIndyCore90.dpk
    │   ├── dclIndyCore90.res
    │   ├── dclIndyCore90Net.dpk
    │   ├── dclindycorek3.dpk
    │   ├── dclindycorek3.dpkl
    │   └── dclindycorek3.res
    ├── Protocols
    │   ├── DelphiZLib.obj
    │   ├── IdASN1Util.pas
    │   ├── IdAllFTPListParsers.pas
    │   ├── IdAttachment.pas
    │   ├── IdAttachmentFile.pas
    │   ├── IdAttachmentMemory.pas
    │   ├── IdAuthentication.pas
    │   ├── IdAuthenticationDigest.pas
    │   ├── IdAuthenticationManager.pas
    │   ├── IdAuthenticationNTLM.pas
    │   ├── IdAuthenticationSSPI.pas
    │   ├── IdBlockCipherIntercept.pas
    │   ├── IdChargenServer.pas
    │   ├── IdChargenUDPServer.pas
    │   ├── IdCharsets.pas
    │   ├── IdCoder.pas
    │   ├── IdCoder00E.pas
    │   ├── IdCoder3to4.pas
    │   ├── IdCoderBinHex4.pas
    │   ├── IdCoderHeader.pas
    │   ├── IdCoderMIME.pas
    │   ├── IdCoderQuotedPrintable.pas
    │   ├── IdCoderUUE.pas
    │   ├── IdCoderXXE.pas
    │   ├── IdCompilerDefines.inc
    │   ├── IdCompressionIntercept.pas
    │   ├── IdCompressorZLibEx.pas
    │   ├── IdConnectThroughHttpProxy.pas
    │   ├── IdContainers.pas
    │   ├── IdCookie.pas
    │   ├── IdCookieManager.pas
    │   ├── IdCustomHTTPServer.pas
    │   ├── IdDICT.pas
    │   ├── IdDICTCommon.pas
    │   ├── IdDICTServer.pas
    │   ├── IdDNSCommon.pas
    │   ├── IdDNSResolver.pas
    │   ├── IdDNSServer.pas
    │   ├── IdDateTimeStamp.pas
    │   ├── IdDayTime.pas
    │   ├── IdDayTimeServer.pas
    │   ├── IdDayTimeUDP.pas
    │   ├── IdDayTimeUDPServer.pas
    │   ├── IdDiscardServer.pas
    │   ├── IdDiscardUDPServer.pas
    │   ├── IdDsnRegister.pas
    │   ├── IdDsnResourceStrings.pas
    │   ├── IdDsnSASLListEditor.pas
    │   ├── IdDsnSASLListEditorForm.pas
    │   ├── IdDummyUnit.pas
    │   ├── IdEMailAddress.pas
    │   ├── IdEcho.pas
    │   ├── IdEchoServer.pas
    │   ├── IdEchoUDP.pas
    │   ├── IdEchoUDPServer.pas
    │   ├── IdExplicitTLSClientServerBase.pas
    │   ├── IdFSP.pas
    │   ├── IdFTP.pas
    │   ├── IdFTPBaseFileSystem.pas
    │   ├── IdFTPCommon.pas
    │   ├── IdFTPList.pas
    │   ├── IdFTPListOutput.pas
    │   ├── IdFTPListParseAS400.pas
    │   ├── IdFTPListParseBase.pas
    │   ├── IdFTPListParseBullGCOS7.pas
    │   ├── IdFTPListParseBullGCOS8.pas
    │   ├── IdFTPListParseCiscoIOS.pas
    │   ├── IdFTPListParseDistinctTCPIP.pas
    │   ├── IdFTPListParseEPLF.pas
    │   ├── IdFTPListParseHellSoft.pas
    │   ├── IdFTPListParseKA9Q.pas
    │   ├── IdFTPListParseMPEiX.pas
    │   ├── IdFTPListParseMVS.pas
    │   ├── IdFTPListParseMicrowareOS9.pas
    │   ├── IdFTPListParseMusic.pas
    │   ├── IdFTPListParseNCSAForDOS.pas
    │   ├── IdFTPListParseNovellNetware.pas
    │   ├── IdFTPListParseNovellNetwarePSU.pas
    │   ├── IdFTPListParseOS2.pas
    │   ├── IdFTPListParseStercomOS390Exp.pas
    │   ├── IdFTPListParseStercomUnixEnt.pas
    │   ├── IdFTPListParseTOPS20.pas
    │   ├── IdFTPListParseTSXPlus.pas
    │   ├── IdFTPListParseTandemGuardian.pas
    │   ├── IdFTPListParseUnix.pas
    │   ├── IdFTPListParseVM.pas
    │   ├── IdFTPListParseVMS.pas
    │   ├── IdFTPListParseVSE.pas
    │   ├── IdFTPListParseVxWorks.pas
    │   ├── IdFTPListParseWfFTP.pas
    │   ├── IdFTPListParseWinQVTNET.pas
    │   ├── IdFTPListParseWindowsNT.pas
    │   ├── IdFTPListParseXecomMicroRTOS.pas
    │   ├── IdFTPListTypes.pas
    │   ├── IdFTPServer.pas
    │   ├── IdFTPServerContextBase.pas
    │   ├── IdFinger.pas
    │   ├── IdFingerServer.pas
    │   ├── IdGlobalProtocols.pas
    │   ├── IdGopher.pas
    │   ├── IdGopherConsts.pas
    │   ├── IdGopherServer.pas
    │   ├── IdHL7.pas
    │   ├── IdHTTP.pas
    │   ├── IdHTTPHeaderInfo.pas
    │   ├── IdHTTPProxyServer.pas
    │   ├── IdHTTPServer.pas
    │   ├── IdHTTPWebBrokerBridge.pas
    │   ├── IdHash.pas
    │   ├── IdHashAdler32.pas
    │   ├── IdHashCRC.pas
    │   ├── IdHashElf.pas
    │   ├── IdHashMessageDigest.pas
    │   ├── IdHashSHA1.pas
    │   ├── IdHeaderList.pas
    │   ├── IdHostnameServer.pas
    │   ├── IdIMAP4.pas
    │   ├── IdIMAP4Server.pas
    │   ├── IdIPAddrMon.pas
    │   ├── IdIPMCastBase.pas
    │   ├── IdIPMCastClient.pas
    │   ├── IdIPMCastServer.pas
    │   ├── IdIPWatch.pas
    │   ├── IdIRC.pas
    │   ├── IdIdent.pas
    │   ├── IdIdentServer.pas
    │   ├── IdIrcServer.pas
    │   ├── IdLPR.pas
    │   ├── IdMIMETypes.pas
    │   ├── IdMailBox.pas
    │   ├── IdMappedFTP.pas
    │   ├── IdMappedPOP3.pas
    │   ├── IdMappedPortTCP.pas
    │   ├── IdMappedPortUDP.pas
    │   ├── IdMappedTelnet.pas
    │   ├── IdMessage.pas
    │   ├── IdMessageClient.pas
    │   ├── IdMessageCoder.pas
    │   ├── IdMessageCoderMIME.pas
    │   ├── IdMessageCoderQuotedPrintable.pas
    │   ├── IdMessageCoderUUE.pas
    │   ├── IdMessageCoderXXE.pas
    │   ├── IdMessageCoderYenc.pas
    │   ├── IdMessageCollection.pas
    │   ├── IdMessageParts.pas
    │   ├── IdMultipartFormData.pas
    │   ├── IdNNTP.pas
    │   ├── IdNNTPServer.pas
    │   ├── IdNTLM.pas
    │   ├── IdNetworkCalculator.pas
    │   ├── IdOSFileName.pas
    │   ├── IdOTPCalculator.pas
    │   ├── IdPOP3.pas
    │   ├── IdPOP3Server.pas
    │   ├── IdQOTDUDP.pas
    │   ├── IdQOTDUDPServer.pas
    │   ├── IdQotd.pas
    │   ├── IdQotdServer.pas
    │   ├── IdRSH.pas
    │   ├── IdRSHServer.pas
    │   ├── IdRegister.dcr
    │   ├── IdRegister.pas
    │   ├── IdRegisterCool.dcr
    │   ├── IdRemoteCMDClient.pas
    │   ├── IdRemoteCMDServer.pas
    │   ├── IdReplyFTP.pas
    │   ├── IdReplyIMAP4.pas
    │   ├── IdReplyPOP3.pas
    │   ├── IdReplySMTP.pas
    │   ├── IdResourceStringsProtocols.pas
    │   ├── IdRexec.pas
    │   ├── IdRexecServer.pas
    │   ├── IdSASL.pas
    │   ├── IdSASLAnonymous.pas
    │   ├── IdSASLCollection.pas
    │   ├── IdSASLExternal.pas
    │   ├── IdSASLListEditorForm.RES
    │   ├── IdSASLListEditorForm.resources
    │   ├── IdSASLLogin.pas
    │   ├── IdSASLOTP.pas
    │   ├── IdSASLPlain.pas
    │   ├── IdSASLSKey.pas
    │   ├── IdSASLUserPass.pas
    │   ├── IdSASL_CRAM_MD5.pas
    │   ├── IdSMTP.pas
    │   ├── IdSMTPBase.pas
    │   ├── IdSMTPRelay.pas
    │   ├── IdSMTPServer.pas
    │   ├── IdSNMP.pas
    │   ├── IdSNPP.pas
    │   ├── IdSNTP.pas
    │   ├── IdSSH.pas
    │   ├── IdSSL.pas
    │   ├── IdSSLOpenSSL.pas
    │   ├── IdSSLOpenSSLHeaders.pas
    │   ├── IdSSLOpenSSLHeadersNET.pas
    │   ├── IdSSPI.pas
    │   ├── IdServerIOHandlerSSLOpenSSL.pas
    │   ├── IdServerInterceptLogBase.pas
    │   ├── IdServerInterceptLogEvent.pas
    │   ├── IdServerInterceptLogFile.pas
    │   ├── IdSocksServer.pas
    │   ├── IdStrings.pas
    │   ├── IdSysLog.pas
    │   ├── IdSysLogMessage.pas
    │   ├── IdSysLogServer.pas
    │   ├── IdSystat.pas
    │   ├── IdSystatServer.pas
    │   ├── IdSystatUDP.pas
    │   ├── IdSystatUDPServer.pas
    │   ├── IdTelnet.pas
    │   ├── IdTelnetServer.pas
    │   ├── IdText.pas
    │   ├── IdTime.pas
    │   ├── IdTimeServer.pas
    │   ├── IdTimeUDP.pas
    │   ├── IdTimeUDPServer.pas
    │   ├── IdTrivialFTP.pas
    │   ├── IdTrivialFTPBase.pas
    │   ├── IdTrivialFTPServer.pas
    │   ├── IdTunnelCommon.pas
    │   ├── IdTunnelMaster.pas
    │   ├── IdTunnelSlave.pas
    │   ├── IdURI.pas
    │   ├── IdUTF8.pas
    │   ├── IdUserAccounts.pas
    │   ├── IdUserAccountsOTP.pas
    │   ├── IdUserPassProvider.pas
    │   ├── IdVCard.pas
    │   ├── IdWhoIsServer.pas
    │   ├── IdWhois.pas
    │   ├── IdZLibCompressorBase.pas
    │   ├── IdZLibEx.pas
    │   ├── IndyProtocols100.dpk
    │   ├── IndyProtocols100Net.dpk
    │   ├── IndyProtocols110.dpk
    │   ├── IndyProtocols110Net.dpk
    │   ├── IndyProtocols40.dpk
    │   ├── IndyProtocols40.res
    │   ├── IndyProtocols50.dpk
    │   ├── IndyProtocols50.res
    │   ├── IndyProtocols60.dpk
    │   ├── IndyProtocols60.res
    │   ├── IndyProtocols70.dpk
    │   ├── IndyProtocols70.res
    │   ├── IndyProtocols80Net.dpk
    │   ├── IndyProtocols90.dpk
    │   ├── IndyProtocols90.res
    │   ├── IndyProtocols90Net.dpk
    │   ├── IndyProtocolsK3.dpk
    │   ├── adler32.obj
    │   ├── compress.obj
    │   ├── crc32.obj
    │   ├── dclIndyCore40.dpk
    │   ├── dclIndyCore50.dpk
    │   ├── dclIndyCore60.dpk
    │   ├── dclIndyCore70.dpk
    │   ├── dclIndyProtocols100.dpk
    │   ├── dclIndyProtocols100Net.dpk
    │   ├── dclIndyProtocols110.dpk
    │   ├── dclIndyProtocols110Net.dpk
    │   ├── dclIndyProtocols40.dpk
    │   ├── dclIndyProtocols50.dpk
    │   ├── dclIndyProtocols60.dpk
    │   ├── dclIndyProtocols70.dpk
    │   ├── dclIndyProtocols70.res
    │   ├── dclIndyProtocols80Net.dpk
    │   ├── dclIndyProtocols90.dpk
    │   ├── dclIndyProtocols90.res
    │   ├── dclIndyProtocols90Net.dpk
    │   ├── dclIndyProtocolsK3.dpk
    │   ├── deflate.obj
    │   ├── infback.obj
    │   ├── inffast.obj
    │   ├── inflate.obj
    │   ├── inftrees.obj
    │   └── trees.obj
    ├── SuperCore
    │   ├── IdCompilerDefines.inc
    │   ├── IdFiber.pas
    │   ├── IdFiberWeaver.pas
    │   ├── IdFiberWeaverInline.pas
    │   ├── IdFiberWeaverThreaded.pas
    │   ├── IdIOHandlerChain.pas
    │   ├── IdSchedulerOfFiber.pas
    │   ├── IdServerIOHandlerChain.pas
    │   ├── IdSuperCoreRegister.dcr
    │   ├── IdSuperCoreRegister.pas
    │   ├── IdSuperCoreRegisterCool.dcr
    │   ├── IdWorkOpUnit.pas
    │   ├── IdWorkOpUnits.pas
    │   ├── IndySuperCore70.dpk
    │   ├── IndySuperCore70.res
    │   ├── dclIndySuperCore70.dpk
    │   └── dclIndySuperCore70.res
    ├── System
    │   ├── IdAntiFreezeBase.pas
    │   ├── IdAssemblyInfo.pas
    │   ├── IdBaseComponent.pas
    │   ├── IdCompilerDefines.inc
    │   ├── IdComponent.pas
    │   ├── IdException.pas
    │   ├── IdGlobal.pas
    │   ├── IdResourceStrings.pas
    │   ├── IdStack.pas
    │   ├── IdStackBSDBase.pas
    │   ├── IdStackConsts.pas
    │   ├── IdStackDotNet.pas
    │   ├── IdStackLinux.pas
    │   ├── IdStackWindows.pas
    │   ├── IdStream.pas
    │   ├── IdStreamRandomAccess.pas
    │   ├── IdStreamVCL.pas
    │   ├── IdStreamVCLBase.pas
    │   ├── IdStreamVCLDotNET.pas
    │   ├── IdStreamVCLWin32.pas
    │   ├── IdTStrings.pas
    │   ├── IdVers.inc
    │   ├── IdWinsock2.pas
    │   ├── IdWship6.pas
    │   ├── IndySystem100.dpk
    │   ├── IndySystem100Net.dpk
    │   ├── IndySystem110.dpk
    │   ├── IndySystem110Net.dpk
    │   ├── IndySystem40.dpk
    │   ├── IndySystem40.res
    │   ├── IndySystem50.dpk
    │   ├── IndySystem50.res
    │   ├── IndySystem60.dpk
    │   ├── IndySystem60.res
    │   ├── IndySystem70.dpk
    │   ├── IndySystem70.res
    │   ├── IndySystem80Net.dpk
    │   ├── IndySystem90.dpk
    │   ├── IndySystem90.res
    │   ├── IndySystem90Net.dpk
    │   └── IndySystemK3.dpk
    ├── readme.htm
    └── readme.txt

40 directories, 540 files


标签: delphi

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警