GeekArticles
Programming
Delphi
Programming
DelphiATViewer (file viewer component) 2.8.4
ATViewer is a Delphi/C++Builder component which allows to view files of various types. There is no edit possibility, just quick view - so useful to implement "View file" feature in your Delphi/BCB application. The implemented view modes and corresponding file types 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. Modes are suitable for large files or files of unknown type. * RTF: RTF and UTF-8 encoded texts.File is shown using RichEdit control. * Image: all general image formats: BMP, JPG, ICO, GIF, PNG etc.File is shown using ATImageBox component. * Multimedia: all file types supported by MS Windows Media Player: AVI, MPEG, WMV, MP3 etc.File is shown using Windows Media Player ActiveX control. * Internet: all file types supported by MS Internet Explorer: HTML, XML, DOC, XLS etc.File is shown using Internet Explorer ActiveX control. * Plugins: all file types supported by Total Commander Lister plugins.
Sponsored Links
Read Next: DataSnap REST Samples For CodeRage 4
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
