最新版的ics支持d7-xe10.1,还支持OpenSSL-Win32 主要控件请见OverbyteIcsReg.pas uses {$IFDEF FMX} FMX.Types, Ics.Fmx.OverbyteIcsWndControl, Ics.Fmx.OverbyteIcsWSocket, Ics.Fmx.OverbyteIcsDnsQuery, Ics.Fmx.OverbyteIcsFtpCli, Ics.Fmx.OverbyteIcsFtpSrv, Ics.Fmx.OverbyteIcsMultipartFtpDownloader, Ics.Fmx.OverbyteIcsHttpProt, Ics.Fmx.OverbyteIcsHttpSrv, Ics.Fmx.OverbyteIcsMultipartHttpDownloader, Ics.Fmx.OverbyteIcsHttpAppServer, Ics.Fmx.OverbyteIcsCharsetComboBox, Ics.Fmx.OverbyteIcsPop3Prot, Ics.Fmx.OverbyteIcsSmtpProt, Ics.Fmx.OverbyteIcsNntpCli, Ics.Fmx.OverbyteIcsFingCli, Ics.Fmx.OverbyteIcsPing, {$IFDEF USE_SSL} Ics.Fmx.OverbyteIcsSslSessionCache, Ics.Fmx.OverbyteIcsSslThrdLock, {$ENDIF} Ics.Fmx.OverbyteIcsWSocketE, Ics.Fmx.OverbyteIcsWSocketS, {$ENDIF FMX} {$IFDEF VCL} Controls, OverbyteIcsWndControl, OverbyteIcsWSocket, OverbyteIcsDnsQuery, OverbyteIcsFtpCli, OverbyteIcsFtpSrv, OverbyteIcsMultipartFtpDownloader, OverbyteIcsHttpProt, OverbyteIcsHttpSrv, OverbyteIcsMultipartHttpDownloader, OverbyteIcsHttpAppServer, OverbyteIcsCharsetComboBox, OverbyteIcsPop3Prot, OverbyteIcsSmtpProt, OverbyteIcsNntpCli, OverbyteIcsFingCli, OverbyteIcsPing, {$IFDEF USE_SSL} OverbyteIcsSslSessionCache, OverbyteIcsSslThrdLock, {$ENDIF} OverbyteIcsWSocketE, OverbyteIcsWSocketS, OverbyteIcsSysLogClient, OverbyteIcsSysLogServer, OverbyteIcsSnmpCli, OverbyteIcsSmtpSrv, // VCL only OverbyteIcsMultiProgressBar, OverbyteIcsEmulVT, OverbyteIcsTnCnx, OverbyteIcsTnEmulVT, OverbyteIcsTnScript, {$IFNDEF BCB} OverbyteIcsWSocketTS, {$ENDIF} {$ENDIF VCL} {$IFDEF ICS_COMMON} OverbyteIcsMimeDec, OverbyteIcsMimeUtils, OverbyteIcsTimeList, OverbyteIcsLogger, {$IFNDEF BCB} OverbyteIcsCookies, {$ENDIF !BCB} {$ENDIF} {$IFDEF RTL_NAMESPACES}System.SysUtils{$ELSE}SysUtils{$ENDIF}, {$IFDEF RTL_NAMESPACES}System.Classes{$ELSE}Classes{$ENDIF};
procedure Register;
implementation |