UnifaceComponent.remove
The method remove
deletes the component
instance.
import
com.compuware.uniface.*;
void remove() throws UnifaceException;
Return Values
None. In the
event of an error, remove throws UnifaceException
.
Description
The method remove
deletes the instance by calling
the deleteinstance ProcScript
statement in Uniface. In the event of an error, remove
throws UnifaceException
.
The user can override this method by defining
an operation called REMOVE
(case-insensitive)
in the Uniface signature or an operation with the literal operation
name remove
(case-sensitive)
in the Java signature. A code generator warning is given when you
over-ride the remove
method.