568x
003576
2021-06-07

Question

How can I check whether the user has a valid COM license for the data exchange?


Answer:

The program can check it automatically via

  • "IApplication.LockLicense()"
  • "bool isLicensed = IApplication.IsComLicensed()"
  • "IApplication.UnlockLicense()"

.