|
Previous Top Next |
Prototype: | (), BYTE |
Returns | Returns 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: