{
{   The purpose of this request is to delete all objects and unprotected text on
{ a form area.  A design form has both objects
{ (protected text, line drawings) and unprotected text.  A target form has
{ only objects.
{
{       FDP$DELETE_AREA (FORM_IDENTIFIER, X_POSITION, Y_POSITION,
{         WIDTH, HEIGHT, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier of
{       the form.
{
{ X_POSITION: (input)  This parameter specifies the source x position of
{       the origin of the area closing the data to be deleted.  The x position
{       is with respect to the form.  The origin of the area is the upper left
{       corner.
{
{ Y_POSITION: (input)  This parameter specifies the source y position of
{       the origin of the area enclosing the data to be deleted.  The y
{       position is with respect to the form.  The origin of the area is the
{       upper left corner.
{
{ WIDTH: (input)  This parameter specifies the width of the area.
{
{ HEIGHT: (input)  This parameter specifies the height of the area.
{
{ STATUS: (output) This parameter specifies the name of the variable to set to
{       indicate the status of the request.
{
{       condition identifiers: fde$area_cuts_object
{                              fde$bad_data_value
{                              fde$delete_outside_form
{                              fde$invalid_form_identifier
{                              fde$system_error
{
