API version 1.5.2
Top
[This is preliminary documentation and is subject to change.]
The TExternalBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| InfoText |
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.
| |
| LicenseManagerID |
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.
| |
| LicenseName |
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.
| |
| MinInputCount |
Set this property in Init to register the minimum number of inputs acceptable by the user DmoduleLL.
| |
| Name |
Set this property in Init to register the name of the user module.
| |
| Version |
Set this property in Init to register the version of the user module.
|
See Also