{
{   The purpose of this request is to delete an object at the specified
{ position from the form.  The upper left point of a line or box defines its
{ position.  The upper left character of a text field defines its position.
{ Any associated variable or table definition is not affected by this request.
{
{       FDP$DELETE_OBJECT (FORM_IDENTIFIER, X_POSITION, Y_POSITION, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ X_POSITION: (input)  This parameter specifies the x position of the object
{       to delete.
{
{ Y_POSITION: (input)  This parameter specifies the y position of the object
{       to delete.
{
{ STATUS: (output) This parameter specifies the name of the variable
{       to set to indicate the status of the request.
{
{       condition identifiers: fde$bad_data_value
{                              fde$cannot_change_form
{                              fde$invalid_form_identifier
{                              fde$no_object_at_position
{                              fde$no_space_available
{
