Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Web.DataObject.MessageElement

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Documentation
Namespace: OpenEdge.Web.DataObject
Type: Class MessageElement
Parent Classes:
Inherits: Progress.Lang.Object


/* *************************************************************************************************************************
Copyright (c) 2018,2021,2024 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:MessageElement
Purpose:Represents a single HTTP message element. Used to transform data to and fro
Author(s):pjudge
Created:2018-04-30
OperationParameter
define public property InputElement as MessageElement extent no-undo get. private set.
define public property OutputElement as MessageElement extent no-undo get. private set.



Method Summary
  Options Name Purpose
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  MessageElement (ElementTypeEnum, character, IOModeEnum) /* Constructor @param ElementTypeEnum The HTTP message element from which to read or write a value @param character The name of the message element. Only elements of type None, Body, HeaderSet, QueryMap, QueryParams, StatusCode, StatusReason, or HttpMethod may be null/empty; all others MUST have a name @param IOModeEnum The IO mode of the message element */

Property Summary
  Options Name Purpose
  CHARACTER ABLReference
  CHARACTER ElementName
  OpenEdge.Web.DataObject.ElementTypeEnum ElementType
  OpenEdge.Core.IOModeEnum IoMode


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

MessageElement (ElementTypeEnum, character, IOModeEnum)

/* Constructor
Only elements of type None, Body, HeaderSet, QueryMap, QueryParams, StatusCode, StatusReason, or HttpMethod may be null/empty; all others MUST have a name
Parameters:
pType OpenEdge.Web.DataObject.ElementTypeEnum
 
pName CHARACTER
 
pIoMode OpenEdge.Core.IOModeEnum
 


Property Detail
Top

CHARACTER ABLReference

Returns CHARACTER
 
Top

CHARACTER ElementName

Returns CHARACTER
 
Top

OpenEdge.Web.DataObject.ElementTypeEnum ElementType

Top

OpenEdge.Core.IOModeEnum IoMode



TitleResults for “How to create a CRG?”Also Available inAlert