III. Functional objects
99
Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de
*T104 DELETE ALL =>
¶*T104*$¶
Deletes all boxes and lines in the current QuarkXPress document.
All objects on all pages, DATAform boxes as well as manually placed objects, will be deleted.
Boxes on master pages are not deleted.
QuarkXPress document pages are not deleted.
The procedure cannot be undone.
Calling in the DATAform 4D interface
DX_Write (0)
`initialisation
DX_Array{5}:="104"
`*T104 = delete all boxes
$0:=DX_Write (1)
`Here may follow the objects which should be placed in the empty
`QuarkXPress document each one is closed with DX_Write (1)
DX_Write (2)
`end of export