Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

FreeVPortCopLists

Deallocate all intermediate copper lists and their headers from a viewport

Declaration

Source position: agraphics.pas line 2383

procedure FreeVPortCopLists(

  Vp: PViewPort

);

Arguments

Vp

  

A pointer to ViewPort structure

Description

Search display, color, sprite, and user copper lists and call ExecFreeMem() to deallocate them from memory

The memory allocated to the various copper lists will be returned to the system's free memory pool, and the following fields in the viewport structure will be set to nil:

DspIns, Sprins, ClrIns, UCopIns


Documentation generated on: 2021-07-30