General Component

Fnd_Gen_PlugInAvailable

Fnd_Gen_PlugInAvailable (plugin name) -> Boolean

Legacy manual page 119

Parameters

ParameterTypeDescription
plugin nameTextName of the plugin
Function resultBooleanTrue if the plugin is available

Description

This function returns True if the specified plugin is installed. The plugin name must be passed exactly as shown in the list below. This routine is only aware of a limited number of plugins. Please contact us if you would like support for a specific plugin added to this routine. This routine can currently test for the following plugins: 4D View 4D Write 4D Draw

Currently this routine can only detect the English versions of the above 4D plugins (4D View, 4D Write, and 4D Draw).

Extracted source text
            Fnd_Gen_PlugInAvailable (plugin name) ➔ Boolean

              Parameter                Type               Description
              plugin name              Text               Name of the plugin
              Function result          Boolean            True if the plugin is available

            This function returns True if the specified plugin is installed. The plugin name must be passed exactly as
            shown in the list below.
            This routine is only aware of a limited number of plugins. Please contact us if you would like support for a
            specific plugin added to this routine.
            This routine can currently test for the following plugins:
              4D View
              4D Write
              4D Draw

            Currently this routine can only detect the English versions of the above 4D plugins (4D View, 4D Write,
            and 4D Draw).