dbSetTermSoftConnect
dbSetTermSoftConnect(
d_termID
g_value
)
=> t / nil
Description
Sets the soft-connect attribute of an instance terminal to a specific value if the existing value is different from the value you specify.
The terminal on which you set the soft-connect attribute must be a single-bit terminal. Setting the soft-connect attribute on a multi-bit terminal will generate an error.
Arguments
|
Terminal ID on which the soft-connect attribute needs to be set. |
|
Value Returned
Example
dbSetTermSoftConnect(term t)
Return to top