ATViewer is Delphi/C++Builder 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 following view modes are implemented:
* Text/Binary/Hex/Unicode: any file (unlimited size). Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for large files or files of unknown type. * RTF: RTF/ UTF-8 files. File is shown using RichEdit control. * Image: BMP/ JPG/ ICO/ GIF/ PNG/ WMF/ TGA/ TIFF/ etc. File is shown using Image component. * Multimedia: all file types supported by MS Windows Media Player (AVI/ MPEG/ WMV/ MP3/ etc). File is shown using WMP ActiveX control. * Internet: all file types supported by MS Internet Explorer (HTML/ XML/ DOC/ XLS/ etc). File is shown using MSIE ActiveX control. * WLX Plugins (optional): all file types supported by Total Commander's Lister plugins.