Platforms to show: All Mac Windows Linux Cross-Platform

Back to MBS module.

Previous items Next items

MBS.HasJPEGPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the JPEG plugin is installed.
Example
#if MBS.HasJPEGPlugin then
MsgBox "JPEG Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasLargePicturePlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the LargePicture plugin is installed.
Example
#if MBS.HasLargePicturePlugin then
MsgBox "LargePicture Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasLCMS2Plugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the LCMS2 plugin is installed.
Example
#if MBS.HasLCMS2Plugin then
MsgBox "LCMS2 Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasLCMSPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the LCMS plugin is installed.
Example
#if MBS.HasLCMSPlugin then
MsgBox "LCMS Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasLeopardPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Leopard plugin is installed.
Example
#if MBS.HasLeopardPlugin then
MsgBox "Leopard Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasLinuxPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Linux plugin is installed.
Example
#if MBS.HasLinuxPlugin then
MsgBox "Linux Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasLionPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Lion plugin is installed.
Example
#if MBS.HasLionPlugin then
MsgBox "Lion Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMac64bitPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Mac64bit plugin is installed.
Example
#if MBS.HasMac64bitPlugin then
MsgBox "Mac64bit Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMacOSXCFPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the MacOSXCF plugin is installed.
Example
#if MBS.HasMacOSXCFPlugin then
MsgBox "MacOSXCF Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMacOSXCGPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the MacOSXCG plugin is installed.
Example
#if MBS.HasMacOSXCGPlugin then
MsgBox "MacOSXCG Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMacOSXPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the MacOSX plugin is installed.
Example
#if MBS.HasMacOSXPlugin then
MsgBox "MacOSX Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMacPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Mac plugin is installed.
Example
#if MBS.HasMacPlugin then
MsgBox "Mac Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMainPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Main plugin is installed.
Example
#if MBS.HasMainPlugin then
MsgBox "Main Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMarkDownPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the MarkDown plugin is installed.
Example
#if MBS.HasMarkDownPlugin then
MsgBox "MarkDown Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMavericksPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Mavericks plugin is installed.
Example
#if MBS.HasMavericksPlugin then
MsgBox "Mavericks Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasMountainLionPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the MountainLion plugin is installed.
Example
#if MBS.HasMountainLionPlugin then
MsgBox "MountainLion Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasNetworkPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Network plugin is installed.
Example
#if MBS.HasNetworkPlugin then
MsgBox "Network Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasNikonCameraPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the NikonCamera plugin is installed.
Example
#if MBS.HasNikonCameraPlugin then
MsgBox "NikonCamera Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasOCRPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the OCR plugin is installed.
Example
#if MBS.HasOCRPlugin then
MsgBox "OCR Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasOverlayPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Overlay plugin is installed.
Example
#if MBS.HasOverlayPlugin then
MsgBox "Overlay Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasPHPPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the PHP plugin is installed.
Example
#if MBS.HasPHPPlugin then
MsgBox "PHP Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasPicturePlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the Picture plugin is installed.
Example
#if MBS.HasPicturePlugin then
MsgBox "Picture Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasPNGPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the PNG plugin is installed.
Example
#if MBS.HasPNGPlugin then
MsgBox "PNG Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasQTKitPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the QTKit plugin is installed.
Example
#if MBS.HasQTKitPlugin then
MsgBox "QTKit Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasQuickTimePlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the QuickTime plugin is installed.
Example
#if MBS.HasQuickTimePlugin then
MsgBox "QuickTime Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasRegExPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the RegEx plugin is installed.
Example
#if MBS.HasRegExPlugin then
MsgBox "RegEx Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasSmartCardPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the SmartCard plugin is installed.
Example
#if MBS.HasSmartCardPlugin then
MsgBox "SmartCard Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasSnowLeopardPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the SnowLeopard plugin is installed.
Example
#if MBS.HasSnowLeopardPlugin then
MsgBox "SnowLeopard Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasSQLPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the SQL plugin is installed.
Example
#if MBS.HasSQLPlugin then
MsgBox "SQL Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

MBS.HasTAPIPlugin = true

Type Topic Plugin Version
const Registration MBS Main Plugin 16.4
Whether the TAPI plugin is installed.
Example
#if MBS.HasTAPIPlugin then
MsgBox "TAPI Plugin is installed."
#endif

The MBS Main Plugin will check on startup of the Xojo or Xojo IDE what plugins are is installed. This constant will be true if plugin is installed. If no plugins are found by our plugin, the constants will be missing.

Previous items Next items

The items on this page are in the following plugins: MBS Main Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...