IsISISAvailable example for C++Builder 4.0
/* The following example tests to see if ISIS is available and shows an appropriate message*/
if(LeadIsis1->IsISISAvailable)
ShowMessage("ISIS Support installed!");
else
ShowMessage("ISIS Support not present");