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

Armadillo Class: ShowEnterKeyDialog

Previous  Top  Next  


Prototype: (), BYTE

 

ReturnsReturns true/false if a key was entered

 

This method calls the ShowEnterKeyDialog function in the ArmAccess.dll and returns the value returned by that function.  The window that is shown allows the user to enter the keycode.  You do not need to call this method, you can simply create your own window in Clarion and let the user enter the license information there.

 

Example:

ITA  ITArmadilloClass

Code

If ITA.ShowEnterKeyDialog()

  ! A key was entered

Else

  ! User cancelled.

End

 

 

See also:

InstallKey

 



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