www.icetips.com  Icetips Utilities Documentation 11/14/2010    

Armadillo Class: InstallKey

Previous  Top  Next  


Prototype: (STRING pName, STRING pCode), BYTE !

 

pNameThe owner of the license key
pCodeThe license key

 

ReturnsReturns true/false if the key was valid

 

This method calls the InstallKey function in the ArmAccess.dll to verify the license key. 

 

Example:

ITA  ITArmadilloClass

Code

If ITA.InstallKey(Loc:Name,Loc:Key)

  ! Ok, it is valid now!

Else

  ! Code is invalid.

End

 

 

See also:

ShowEnterKeyDialog

UpdateEnvironmentVars

 



Direct link to this page: http://www.icetips.com/manuals/utilities/installkey_armadilloc.htm