QTAtoms
![]() |
![]() ![]() |
QT_ReplaceAtom(targetContainerRef; targetAtomOffset; sourceContainerRef; sourceAtomOffset):error | |||
![]() |
targetContainerRef | Longint | Target atom container reference |
![]() |
targetAtomOffset | Longint | Target atom offset |
![]() |
sourceContainerRef | Longint | Source atom container reference |
![]() |
sourceAtomOffset | Longint | Source atom offset |
![]() |
error | Longint | Error result |
Replaces the contents of an atom and its children with a different atom and its children.
Parameter targetContainerRef specifies the atom container that contains the atom to be replaced. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter targetAtomOffset specifies the atom to be replaced.
Parameter sourceContainerRef specifies the atom container that contains the replacement atom. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter sourceAtomOffset specifies the replacement atom.