PV DELETE OFFSCREEN AREA
version 6.8
PV DELETE OFFSCREEN AREA (area)
Parameter | Type | Description | |
area | Longint | 4D View area |
Description
The PV DELETE OFFSCREEN AREA command deletes a 4D View area built using the PV New offscreen area command.
The area to be deleted can only be an offscreen area, in other words, an area that is not in a form. The area must be deleted after it was created using PV New offscreen area so as not to saturate system memory. If you forget to delete any offscreen areas, 4D View will alert you upon exiting 4D.
Example
See the example for the PV New offscreen area command.
See Also