LicenseKey Property
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.
Access
Read/Write
Syntax
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; |
Remarks
The property may throw exception if it is assigned with license key in the runtime mode.
Return Value
Empty string by default.
Errors
The property may throw exception. Use GetLastError method to get the error code.
ftvspcErrorOperationUnsupported | 1001 | Operation unsupported (only for .Net and ActiveX control). |
---|