Difference between revisions of "ICS Components Reference"

From Overbyte
Jump to navigation Jump to search
 
(20 intermediate revisions by 6 users not shown)
Line 5: Line 5:
  
 
{|
 
{|
| width="130" | [[image:Twsocket.gif]] [[TWSocket | TWSocket]] |||| Basic Socket for TCP and UDP, client and server
+
| width="180" | [[image:Twsocket.gif]] [[TWSocket | TWSocket]] |||| Basic Socket for TCP and UDP, client and server
 
|-
 
|-
 
| [[image:Twsocketserver.gif]] [[TWSocketServer | TWSocketServer]] |||| Basic TCP Server Socket
 
| [[image:Twsocketserver.gif]] [[TWSocketServer | TWSocketServer]] |||| Basic TCP Server Socket
 +
|-
 +
| [[image:Twsocketthrdserver.gif]] [[TWSocketThrdServer| TWSocketThrdServer]] |||| Multithreaded TCP Server Socket (Usually not needed)
 +
|}
 +
 +
== Windows Component ==
 +
 +
{|
 +
| width="180" | [[TIcsWndControl |TIcsWndControl]] ||||Component encapsulating windows message queue
 
|}
 
|}
  
Line 15: Line 23:
  
 
{|
 
{|
| width="130" | [[image:Tfingercli.gif]] [[TFingerCli | TFingerCli]] |||| Finger Client
+
| width="180" | [[image:Tfingercli.gif]] [[TFingerCli | TFingerCli]] |||| Finger Client
 
|-
 
|-
 
| [[image:Tftpcli.gif]] [[TFtpClient | TFtpClient]] |||| FTP Client
 
| [[image:Tftpcli.gif]] [[TFtpClient | TFtpClient]] |||| FTP Client
Line 24: Line 32:
 
|-
 
|-
 
| [[image:Thttpserver.gif]] [[THttpServer | THttpServer]] |||| HTTP Server
 
| [[image:Thttpserver.gif]] [[THttpServer | THttpServer]] |||| HTTP Server
 +
|-
 +
| [[image:THttpAppSrv.gif]] [[THttpAppSrv | THttpAppSrv]] |||| HTTP Application Server
 
|-
 
|-
 
| [[image:Tnntpcli.gif]] [[TNntpCli | TNntpCli]] |||| NNTP Client (News)
 
| [[image:Tnntpcli.gif]] [[TNntpCli | TNntpCli]] |||| NNTP Client (News)
Line 34: Line 44:
 
|-
 
|-
 
| [[image:Tsmtpcli.gif]] [[TSmtpCli | TSmtpCli]] |||| SMTP Client
 
| [[image:Tsmtpcli.gif]] [[TSmtpCli | TSmtpCli]] |||| SMTP Client
 +
|-
 +
| [[image:TSmtpServer.gif]] [[TSmtpServer | TSmtpServer]] |||| SMTP Server
 
|-
 
|-
 
| [[image:Tsyncsmtpcli.gif]] [[TSyncSmtpCli | TSyncSmtpCli]] |||| Synchronous SMTP Client
 
| [[image:Tsyncsmtpcli.gif]] [[TSyncSmtpCli | TSyncSmtpCli]] |||| Synchronous SMTP Client
Line 42: Line 54:
 
|-
 
|-
 
| [[image:Tsyncpop3cli.gif]] [[TSyncPop3cli | TSyncPop3cli]] |||| Synchronous POP3 Client
 
| [[image:Tsyncpop3cli.gif]] [[TSyncPop3cli | TSyncPop3cli]] |||| Synchronous POP3 Client
|-
 
| [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket (Obsolete, don't use it anymore)
 
 
|-
 
|-
 
| [[image:Tdnsquery.gif]] [[TDnsQuery | TDnsQuery]] |||| DNS Query Client
 
| [[image:Tdnsquery.gif]] [[TDnsQuery | TDnsQuery]] |||| DNS Query Client
Line 51: Line 61:
  
 
{|
 
{|
| width="130" | [[image:Tmimedecode.gif]] [[TMimeDecode | TMimeDecode]] |||| Mime Decoder
+
| width="180" | [[image:Tmimedecode.gif]] [[TMimeDecode | TMimeDecode]] |||| Mime Decoder - ANSI-version, has properties of AnsiString type
 
|-
 
|-
| [[image:Ttnemulvt.gif]] [[TTnEmulVT | TTnEmulVT]] |||| Telnet VT Terminal Emulator
+
| [[image:Tmimedecode.gif]] [[TMimeDecodeW | TMimeDecodeW]] |||| Derived from TMimeDecode - adds UnicodeString/WideString properties like header lines etc.
 +
|-
 +
| [[image:Tmimedecode.gif]] [[TMimeDecodeEx | TMimeDecodeEx]] |||| Derived from TMimeDecodeW - decodes a complete MIME message in memory and provides easy access to the parts rather than using streams, but not recommended for apps where memory usage matters
 +
|-
 +
| [[image:Temulvt.gif]] [[TEmulVt | TEmulVT]] |||| VT Terminal Emulator - Screen component
 +
|-
 +
| [[image:Ttnemulvt.gif]] [[TTnEmulVT | TTnEmulVT]] |||| Telnet VT Terminal Emulator - Screen component linked to negotiated Telnet connection
 +
|-
 +
| [[image:Ttnscript.gif]] [[TTnScript | TTnScript]] |||| Telnet Script - [[TTnEmulVT | TTnEmulVT]] with scripting ability
 +
|-
 +
| [[image:Tmbxhandler.gif]] [[TMbxHandler | TMbxHandler]] |||| Mail Box Handler (obsolete, don't use it anymore)
 +
|-
 +
| [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket (obsolete, don't use it anymore)
 +
|-
 +
| [[image:Ticslogger.gif]] [[TIcsLogger | TIcsLogger]] |||| Logger class
 +
|-
 +
| [[image:TIcsCharsetComboBox.gif]] [[TIcsCharsetComboBox | TIcsCharsetComboBox]] |||| MIME Charset Picker
 +
|}
 +
 
 +
== Cryptography ==
 +
{|
 +
| width="180" | [[SHA1 | SHA1]] |||| Secure Hash Algoritm 1 implementation, D10 Seattle and newer provide this in System.Hash as well
 
|-
 
|-
| [[image:Ttnscript.gif]] [[TTnScript | TTnScript]] |||| Telnet Script
+
| [[MD4 | MD4]] |||| Message Digest 4 Hash algorithm implementation
 
|-
 
|-
| [[image:Temulvt.gif]] [[TEmulVt | TEmulVT]] |||| VT Terminal Emulator
+
| [[MD5 | MD5]] |||| Message Digest 5 Hash algorithm implementation, D10 Seattle and newer provide this in System.Hash as well
 
|-
 
|-
| [[image:Tmbxhandler.gif]] [[TMbxHandler | TMbxHandler]] |||| Mail Box Handler
+
| [[DES | DES]] |||| Data Encryption Standard encryption algorithm implementation
 
|}
 
|}
  

Latest revision as of 17:50, 30 March 2017

Main page -> ICS components reference

Sockets components

These components implement the basic TCP/IP sockets.

Twsocket.gif TWSocket Basic Socket for TCP and UDP, client and server
Twsocketserver.gif TWSocketServer Basic TCP Server Socket
Twsocketthrdserver.gif TWSocketThrdServer Multithreaded TCP Server Socket (Usually not needed)

Windows Component

TIcsWndControl Component encapsulating windows message queue

Protocol components

These components implement some of the protocols used by TCP/IP applications, over the Internet. All are implementing RFCs as described on the IETF website.

Tfingercli.gif TFingerCli Finger Client
Tftpcli.gif TFtpClient FTP Client
Tftpserver.gif TFtpServer FTP Server
Thttpcli.gif THttpCli HTTP Client
Thttpserver.gif THttpServer HTTP Server
THttpAppSrv.gif THttpAppSrv HTTP Application Server
Tnntpcli.gif TNntpCli NNTP Client (News)
Thtmlnntpcli.gif THtmlNntpCli HTML NNTP Client
Tping.gif TPing Ping client
Ttncnx.gif TTnCnx Telnet Connection
Tsmtpcli.gif TSmtpCli SMTP Client
TSmtpServer.gif TSmtpServer SMTP Server
Tsyncsmtpcli.gif TSyncSmtpCli Synchronous SMTP Client
Thtmlsmtpcli.gif THtmlSmtpCli HTML Smtp Client
Tpop3cli.gif TPop3Cli POP3 Client
Tsyncpop3cli.gif TSyncPop3cli Synchronous POP3 Client
Tdnsquery.gif TDnsQuery DNS Query Client

Helper Components

Tmimedecode.gif TMimeDecode Mime Decoder - ANSI-version, has properties of AnsiString type
Tmimedecode.gif TMimeDecodeW Derived from TMimeDecode - adds UnicodeString/WideString properties like header lines etc.
Tmimedecode.gif TMimeDecodeEx Derived from TMimeDecodeW - decodes a complete MIME message in memory and provides easy access to the parts rather than using streams, but not recommended for apps where memory usage matters
Temulvt.gif TEmulVT VT Terminal Emulator - Screen component
Ttnemulvt.gif TTnEmulVT Telnet VT Terminal Emulator - Screen component linked to negotiated Telnet connection
Ttnscript.gif TTnScript Telnet Script - TTnEmulVT with scripting ability
Tmbxhandler.gif TMbxHandler Mail Box Handler (obsolete, don't use it anymore)
Twait.gif TWait Wait socket (obsolete, don't use it anymore)
Ticslogger.gif TIcsLogger Logger class
TIcsCharsetComboBox.gif TIcsCharsetComboBox MIME Charset Picker

Cryptography

SHA1 Secure Hash Algoritm 1 implementation, D10 Seattle and newer provide this in System.Hash as well
MD4 Message Digest 4 Hash algorithm implementation
MD5 Message Digest 5 Hash algorithm implementation, D10 Seattle and newer provide this in System.Hash as well
DES Data Encryption Standard encryption algorithm implementation

List of demo programs

Demo applications installed with the ICS-package

Templates

Edit new component

Edit new property