ATViewer is a component which allows to view files of various types. There is no edit possibility, just quick view - so it's useful to implement "View file" feature in your Delphi/BCB application. The implemented view modes are:
* Text/Binary/Hex/Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory.
* RTF: RTF and UTF-8 encoded texts.
* Image: all general image formats: BMP, JPG, ICO, GIF, PNG, WMF, TGA etc.
* Multimedia: all file types supported by MS Windows Media Player: AVI, MPEG, WMV, MP3 etc.
* Internet: all file types supported by MS Internet Explorer: HTML, XML, DOC, XLS etc.
* Lister plugins: all file types supported by Total Commander Lister (WLX) plugins.
ATBinHex v2.1.0 - 07 February, 2008 -
Alexey TorgashinATBinHex is a control that implements the quick file (stream) viewer. Only visible part of file (or stream) is loaded into viewer, so it's suitable to show files of unlimited size. Huge file sizes (of type Int64) and Unicode file names are...