BBjControl::isDestroyed
Descriptions
In BBj 7.00 and higher, this method returns true after invoking the BBjControl::destroy method on the BBjControl.
Syntax
Return Value | Method |
---|---|
boolean | isDestroyed() |
Parameters
None.
Return Value
Returns true (1) if the program has called destroy() on the BBjControl.
Returns false (0) if the program has not called destroy() on the BBjControl.
Remarks
Most other methods will begin to generate errors after invoking destroy(). This method will continue to return the appropriate value.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.