nouvakis 0 Posted February 16, 2020 (edited) the TIcsFileCopy is class( TIcsWndControl ) and it has fMultiThreaded field. but TIcsWndControl has also fMultiThreaded field. I guess in TIcsFileCopy the fMultiThreaded field is ignored (not using it anywhere in OverbyteIcsFileCopy.pas) and hides fMultiThreaded field of TIcsWndControl Edited February 16, 2020 by nouvakis Share this post Link to post
Angus Robertson 574 Posted February 16, 2020 Think that got broken during the integration into ICS, the original TMagFileCopy version had a messagepump that used fMultiThreaded, but I changed the class from TComponent to TIcsWndControl and did not change use of MultiThreaded. Will fix it shortly. Angus Share this post Link to post