1 2 3 4 5 6 7 8 9 10 11 12 13
{$mode delphi} unit tw4352; interface uses SysUtils, uw4352d; type Sys = TIdSysWin32; // commenting this helps too implementation end.