Previous Page | Next Page

Commands Used with the IMGCTRL, IMGOP and PICFILL Functions

DESTROY_ALL



Removes all images from memory and from the display
Syntax
Details
Example

Syntax

rc=IMGOP(task-id, 'DESTROY_ALL');


Details

DESTROY_ALL runs the DESTROY command for all images in memory. The external image files are not affected.


Example

Remove all images:

if (clear=1) then
   rc=imgop(task-id,'DESTROY_ALL');

Previous Page | Next Page | Top of Page