This project is a port of Turbo Vision to Delphi. It brings the classic Borland console CUA library to the Delphi Win32 environment, incorporating elements from Virtual Pascal, Free Pascal, and Ilfak Guilfanov's C++ port of Turbo Vision.
- Save/restore operations from streams do not always work correctly.
- Collection iterators like
ForEach
andForThat
should be invoked asForEach(LocalAddr(@Local_Method))
, based on an idea by Max Rusov. - On Windows NT/2000, application termination is managed via the hooked event
CTRL_CLOSE_EVENT
. - Vertical scrolling with the mouse in
FileViewer
may cause the application to hang. - The library has been tested with Delphi 5 and 6; however, for Delphi 6, the
$J+
compiler switch is required.