TExternalBase PropertiesVisual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

The TExternalBase type exposes the following members.

Properties

  NameDescription
Protected propertyInfoText
Set this property in Init to register the infoText of the user module. This will appear in Visual Signal as a tooltip for the DLL.
Protected propertyLicenseManagerID
Set this property in Init to register the license manager ID. If a license manager matching the ID were found, Visual Signal will attempt to use license control for the user module. If the property is not set or set to an empty string, license control will not be used for the user module.
Protected propertyLicenseName
Set this property in Init to register the license name. Visual Signal will attempt to match the license name against any license files loaded by the license manager. If no valid license file matches the license name, then the user module will not be available for use in Visual Signal. For security reasons, the module will also not be available if a license manager matching LicenseManagerID were *not* found.
Protected propertyMinInputCount
Set this property in Init to register the minimum number of inputs acceptable by the user DmoduleLL.
Protected propertyName
Set this property in Init to register the name of the user module.
Protected propertyVersion
Set this property in Init to register the version of the user module.
Top
See Also

Reference