License Key. In case of using dynamically created object, this property should be set in the first place, before calling any method or setting any other property.
Read/Write
| Visual Basic |
LicenseKey As String
|
|---|---|
| Delphi |
LicenseKey: String; |
| Visual C++ (MFC) |
CString get_LicenseKey();
void put_LicenseKey(CString value);
|
| Visual C++ (#import) |
_bstr_t LicenseKey;
|
The property may throw exception if it is assigned with license key in the runtime mode.
Empty string by default.
The property may throw exception. Use GetLastError method to get the error code.
| ftvspcErrorOperationUnsupported | 1001 | Operation unsupported (only for .Net and ActiveX control). |
|---|