Difference between revisions of "ICS Components Reference"
Jump to navigation
Jump to search
| Line 51: | Line 51: | ||
{| | {| | ||
| − | | width="180" | [[image:Tmimedecode.gif]] [[TMimeDecode | TMimeDecode]] |||| Mime Decoder | + | | width="180" | [[image:Tmimedecode.gif]] [[TMimeDecode | TMimeDecode]] |||| Mime Decoder - ANSI-version, has properties of AnsiString type |
| + | |- | ||
| + | | [[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:Ttnemulvt.gif]] [[TTnEmulVT | TTnEmulVT]] |||| Telnet VT Terminal Emulator | | [[image:Ttnemulvt.gif]] [[TTnEmulVT | TTnEmulVT]] |||| Telnet VT Terminal Emulator | ||
| Line 59: | Line 63: | ||
| [[image:Temulvt.gif]] [[TEmulVt | TEmulVT]] |||| VT Terminal Emulator | | [[image:Temulvt.gif]] [[TEmulVt | TEmulVT]] |||| VT Terminal Emulator | ||
|- | |- | ||
| − | | [[image:Tmbxhandler.gif]] [[TMbxHandler | TMbxHandler]] |||| Mail Box Handler ( | + | | [[image:Tmbxhandler.gif]] [[TMbxHandler | TMbxHandler]] |||| Mail Box Handler (obsolete, don't use it anymore) |
|- | |- | ||
| − | | [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket ( | + | | [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket (obsolete, don't use it anymore) |
|- | |- | ||
| [[image:TIcsCharsetComboBox.gif]] [[TIcsCharsetComboBox | TIcsCharsetComboBox]] |||| MIME Charset Picker | | [[image:TIcsCharsetComboBox.gif]] [[TIcsCharsetComboBox | TIcsCharsetComboBox]] |||| MIME Charset Picker | ||
Revision as of 02:10, 27 September 2010
Main page -> ICS components reference
Contents
Sockets components
These components implement the basic TCP/IP sockets.
| Basic Socket for TCP and UDP, client and server | ||
| 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.
| Finger Client | ||
| FTP Client | ||
| FTP Server | ||
| HTTP Client | ||
| HTTP Server | ||
| HTTP Application Server | ||
| NNTP Client (News) | ||
| HTML NNTP Client | ||
| Ping client | ||
| Telnet Connection | ||
| SMTP Client | ||
| Synchronous SMTP Client | ||
| HTML Smtp Client | ||
| POP3 Client | ||
| Synchronous POP3 Client | ||
| DNS Query Client |
Helper Components
| Mime Decoder - ANSI-version, has properties of AnsiString type | ||
| Derived from TMimeDecode - adds UnicodeString/WideString properties like header lines etc. | ||
| 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 | ||
| Telnet VT Terminal Emulator | ||
| Telnet Script | ||
| VT Terminal Emulator | ||
| Mail Box Handler (obsolete, don't use it anymore) | ||
| Wait socket (obsolete, don't use it anymore) | ||
| 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