This component implements a quick file viewer that can show files in 4 basic modes:
- Text: file is shown in text form
- Binary: file is shown in binary form (with fixed line length)
- Hex: file is shown in hex dump
- Unicode: Unicode contents of file is shown in text form
Only visible part of file 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.
There is also extended version of this component, called ATViewer, that can show files in such modes as RTF, Image, Multimedia, Internet and WLX Plugins. But if you just need to show a simple file dump, ATBinHex should be enough. |