Interface Injectable
Description
In BBj 8.0 and higher, a BBjControl implements the Injectable interface if the control has the setInjectString and getInjectString methods, corresponding to the INJECT Mnemonic.
Implementing Classes
BBjButton, BBjMenuButton, BBjToolButton
Methods of Injectable
| Return Value | Method |
|---|---|
| string | getInjectString() |
| void | setInjectString(string injectString) |
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.