IsLicensed

Tells if the calling application is licensed.

Syntax:

IsLicensed ( )

Parameters:

(none)

Returns:

(i) @YES if it is licensed;  @NO if it is not licensed.

 

Returns information on whether or not the currently-running version of the calling application is a licensed copy.

Example:


a=IsLicensed( )
If a == @TRUE
   Message("IsLicensed","It's Licensed.")
Else
   Message("IsLicensed","No, it's not licensed.")
EndIf
See Also:

Version, VersionDLL