Online Help TEDIDelimiters
Unit JclEDI
Types
TEDIDelimiters |
The TEDIDelimiters object keeps track of the delimiters
and delimiter lengths used to assemble and disassemble EDI data. This object is usually referenced by multiple objects (that are descendent's of TEDIDataObject) in an EDI object hierarchy, and is managed by the base, or root, object. (Example: See TEDIInterchangeControl) A TEDIDelimiters object will be automatically destroyed under any of the following conditions: 1.) TEDIFile.Free 2.) TEDIInterchangeControl.Free 3.) Any TEDIDataObject.Free where TEDIDataObject.Parent = nil 4.) Any TEDIDataObject.Delimiters assignment where TEDIDataObject.Parent = nil |
Usage
Notes & Examples |
||||||||
It is important to remember that the TEDIFile and
TEDIInterchangeControl objects will automatically destroy any TEDIDelimiters
object that is assigned to them when they are destroyed.
|