
  TYPE
    fdt$saved_help_definition = record
      case key: fdt$help_key of

      = fdc$help_form =
        help_form: ost$name,

      = fdc$help_message =
        p_help_message: REL (fdt$form_module) ^fdt$help_message,

      = fdc$no_help_response, fdc$system_default_help =
        ,

      casend
    recend;

*copyc fdt$help_key
*copyc fdt$help_message
*copyc fdt$form_module
*copyc ost$name
