ATBinHex

From Lazarus wiki
Revision as of 14:44, 20 July 2015 by Alextp2 (talk | contribs) (Shots)
Jump to navigationJump to search

About

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.

Features:

  • Support for huge file sizes (of type Int64)
  • Support for Unicode file names
  • Support for multiple codepages: ANSI, OEM etc.

There are 5 view modes available:

  • 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
  • Unicode/Hex: combined Hex and Unicode modes

Author: Alexey Torgashin

Screenshots

  • Text mode: [1]
  • Binary mode: [2]
  • Unicode mode: [3]
  • Unicode/Hex mode: [4]

Homepage