QTAtoms
QT Atom commands
|
|
| QT_RemoveChildren(containerRef; atomOffset):error | |||
|
|
containerRef | Longint | Atom container reference |
|
|
atomOffset | Longint | Atom offset |
|
|
error | Longint | Error result |
Removes all the children of an atom 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 whose children should be removed.
Related commands
| QT_RemoveAtom | Removes an atom and its children from the specified atom container |
| QT_InsertChildren | Inserts a container of atoms as children of the specified parent atom |