Deleting components of a composite
For each component of a composite, there is a dedicated operation that deletes an instance of that component.
About this task
For
example, deleting an instance
pointed to aB
from a component named compB
in
a composite C
, use the following call:
C->deleteCompB(aB);