VisioForge Video Capture SDK (Delphi / ActiveX)
|
After buying a license of Video Capture SDK, you will receive the serial number. To get rid of nag screen during the run time, you will need to activate control via this method.
procedure SetLicenseKey(LicenseKey: WideString);
__fastcall SetLicenseKey(BSTR LicenseKey);
public SetLicenseKey(String LicenseKey);
Public Sub SetLicenseKey(LicenseKey As String)
public SetLicenseKey(string LicenseKey);
SetLicenseKey(BSTR LicenseKey);
SetLicenseKey
public SetLicenseKey($LicenseKey);
Parameters |
Description |
LicenseKey: WideString |
License key. |
VideoCaptureX1.SetLicenseKey('your_license_key').
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|