ATBinHex 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 supported. Many service methods (such as copying to Clipboard, printing, search) are also implemented.
There are 5 view modes available:
* Text: text form
* Binary: binary form, fixed line length
* Hex: hex dump
* Unicode: Unicode text form
* Unicode/Hex: Unicode hex dump
There is extended version of this component available, ATViewer, which can show files in such modes as RTF, Image, Multimedia, Internet and WLX Plugins. But if you just need to show a plain file dump, ATBinHex should be enough.
ATViewer v2.2.0 - 07 February, 2008 -
Alexey TorgashinATViewer 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:
*...