Is license available

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2004 (Modified)


Is license available {(license)} Boolean

ParameterTypeDescription
licenseNumberPlug-in for which license validity testing is desired
Function resultBooleanTrue if plug-in is available, otherwise False

Description

The Is license available command enables you to know the availability of a plug-in. It is useful, for instance, for displaying or hiding functions requiring the presence of a plug-in.

The Is license available command may be used in three different ways:

The license parameter is omitted: in this case, the command returns False if the 4D application is in demonstration mode.

You pass one of the constants of the "Is license available" theme in the license parameter:

ConstantType Value
4D Draw LicenseLongint808464694
4D For OCI LicenseLongint808465208
4D View LicenseLongint808465207
4D Web LicenseLongint808464945
4D Write LicenseLongint808464697
4D Client Web LicenseLongint808465209
4D Client SOAP LicenseLongint808465465
4D SOAP LicenseLongint808465464
4D ODBC Pro LicenseLongint808464946
4D for ADO LicenseLongint808465714
4D for MySQL LicenseLongint808465712
4D for PostgreSQL LicenseLongint808465713
4D for Sybase LicenseLongint808465715

In this case, the command returns True if the corresponding plug-in has a license available. The command takes into account any licenses attributed in Design mode or via the SET PLUGIN ACCESS command.

Is license available returns False if the plug-in is operating in demo mode.

You pass the ID number of the plug-in "4BNX" resource directly in the license parameter. In this case, the command behaves as described above.

See Also

Get plugin access, GET PLUGIN LIST, SET PLUGIN ACCESS.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next