IsISISAvailable example for Delphi

{ The following example tests to see if ISIS is available and shows an appropriate message}

   If LeadIsis1.IsISISAvailable Then
      ShowMessage('ISIS Support installed!')
   else
      ShowMessage('ISIS Support not present');