QTAtoms
QT Atom commands
|
|
| QT_RemoveAtom(containerRef; atomOffset):error | |||
|
|
containerRef | Longint | Atom container reference |
|
|
atomOffset | Longint | Atom offset |
|
|
error | Longint | Error result |
Removes an atom and its children from the specified atom container.
Parameter containerRef specifies the atom container. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter atomOffset specifies the atom to be removed from the container.
Related commands
| QT_RemoveChildren | Removes all the children of an atom from the specified atom container |
| QT_InsertChild | Creates a new child atom for the specified parent atom |