{
{   The purpose of this request is to get selected attributes about objects
{ placed on the form image.
{
{       FDP$GET_OBJECT_ATTRIBUTES (FORM_IDENTIFIER, X_POSITION, Y_POSITION,
{         GET_OBJECT_ATTRIBUTES, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier to
{       query.
{
{ X_POSITION: (input)  This parameter specifies the x position relative to the
{       form.
{
{ Y_POSITION: (input)  This parameter specifies the y position relative to the
{       form.
{
{ GET_OBJECT_ATTRIBUTES:  (input/output) This parameter specifies an array to
{       hold the object attributes screen formatting returns.
{
{ 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$invalid_form_identifier
{                              fde$invalid_object_attribute
{                              fde$no_object_at_position
{                              fde$string_too_small
{                              fde$system_error
{
