Online Help TEDIMessage
Unit JclEDI_UNEDIFACT
Types
|
TEDIMessage |
||||||||||||||||||||||||||||||||||||||||
|
The TEDIMessage object contains and manages TEDISegment objects. In JclEDI_ANSIX12.pas: Use the TEDITransactionSet object instead since TEDIMessage object is not defined.
InternalCreateHeaderTrailerSegments creates the EDI transaction set header and trailer segments and is called in the constructor. The SegmentUNH property is the message header segment. The SegmentUNT property is the message trailer segment. It is important to note that the TEDIMessage object does not make any assumptions on the data contained within the message header or trailer segments, and it is up the programmer to accurately maintain the data within these segments. For custom EDI implementations the message header and trailer segments can be used with a varying number of elements within these segments.
InternalCreateaSegment will create a TEDISegment object and is used by InternalCreateEDIDataObject.
Acquires a TEDIDelimiter reference from the TEDIMessage parent object.
This function calls InternalCreateSegment
Segment item management functions and procedures.
This function implements the assembling of EDI data into EDI file format.
This procedure implements the disassembling of EDI data from EDI file format.
This property allows direct and easy access to the TEDISegment objects managed by the object list in TEDIMessage.
A property that exposes the object list in TEDIMessage.
Gets the count of TEDISegment objects. The message header and trailer segments are not included in this count. |
Usage
|
Notes & Examples |
| < Under Construction > |