ImageEn, unit ieview

TIEView.DrawVersion

TIEView.DrawVersion


Declaration

property DrawVersion: Boolean;


Description

When enabled the ImageEn version and release date are displayed on bottom-left side of the control window.
When debugging (running under Delphi) it will also output some debugging information.

TImageEnView showing Debug Information (top-left) and Version (Bottom-Right):


Note: Use: SetDrawTextProperties to customize the font for Version and Debug Information


Example

// Show version info when running under Delphi
if DebugHook <> 0 then
  ImageEnView1.DrawVersion := True;


See Also

DrawDebugInfo
SetDrawTextProperties