ISISSelect example for Delphi
{ The following example displays the ISISSelect DialogBox and writes }
{ a message indicating which ISIS Scanner Driver was selected. }
LeadIsis1.ISISSelect();
ShowMessage(LeadIsis1.DriverName + ' was selected! ');