ICS Components Reference

From Overbyte

Jump to: navigation, search

Main page -> ICS components reference

Contents

Sockets components

These components implement the basic TCP/IP sockets.

image:Twsocket.gif TWSocket Basic Socket for TCP and UDP, client and server
image:Twsocketserver.gif TWSocketServer Basic TCP Server Socket

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.

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

Helper Components

image:Tmimedecode.gif TMimeDecode Mime Decoder - ANSI-version, has properties of AnsiString type
image:Tmimedecode.gif TMimeDecodeW Derived from TMimeDecode - adds UnicodeString/WideString properties like header lines etc.
image: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
image:Ttnemulvt.gif TTnEmulVT Telnet VT Terminal Emulator
image:Ttnscript.gif TTnScript Telnet Script
image:Temulvt.gif TEmulVT VT Terminal Emulator
image:Tmbxhandler.gif TMbxHandler Mail Box Handler (obsolete, don't use it anymore)
image:Twait.gif TWait Wait socket (obsolete, don't use it anymore)
image:TIcsCharsetComboBox.gif TIcsCharsetComboBox MIME Charset Picker

Cryptography

SHA1 Secure Hash Algoritm 1 implementation
MD4 Message Digest 4 Hash algorithm implementation
MD5 Message Digest 5 Hash algorithm implementation
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

Personal tools