ISISSelect example for C++Builder 4.0

/* 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! ");