VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.SetLicenseKey Method

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.

Pascal
procedure SetLicenseKey(LicenseKey: WideString);
C++
__fastcall SetLicenseKey(BSTR LicenseKey);
C#
public SetLicenseKey(String LicenseKey);
Visual Basic
Public Sub SetLicenseKey(LicenseKey As String)
Java
public SetLicenseKey(string LicenseKey);
IDL
SetLicenseKey(BSTR LicenseKey);
JavaScript
SetLicenseKey
PHP
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!