|
|
|
|
|
SftTree.SetRuntimeLicense Method |
This method is for internal use only.
Syntax
|
VB.NET |
object.SetRuntimeLicense(ByVal License As String, ByVal Key As Integer) |
||
|
VB |
object.SetRuntimeLicense(ByVal License As String, ByVal Key As Long) |
||
|
C#.NET |
void object.SetRuntimeLicense(string License, int Key); |
||
|
VC++ |
HRESULT object->SetRuntimeLicense(_bstr_t License, long Key); |
||
|
C |
HRESULT object->raw_SetRuntimeLicense(BSTR License, long Key); |
||
|
Delphi |
procedure object.SetRuntimeLicense(License : WideString, Key : Integer); |
See Also SftTree Object | Object Hierarchy