Contents - Index - Top


UnlockStatus

Interface AntView 

 

Type: Method

Parameters: none

Returns: TxUnlockStatus

 

 

This function returns the current UnlockStatus of the control and is provided so you can determine if the control is properly licensed via the UnlockControl method.

 

 

 

Example code in DataFlex:

     Procedure OnCreate

       OLETxUnlockStatus eStatus

       Integer  iDays

       Forward Send OnCreate

       Get ComUnlockStatus to eStatus

       If (eStatus=OLEusDemoLicense) Begin

         Get ComDemoDaysLeft to iDays

         Showln "Demo has " iDays " days left."

       End

     End_Procedure

 

See also: UnlockControl

 


AntView - The MS Edge WebView2 ActiveX control Date last changed: 07/22/2024