Online Help TEDIDataObject
Unit JclEDI
Types
TEDIDataObject |
||||||||||||||||||||||||||||||||
The TEDIDataObject is the base class for all descendent EDI data classes. Descendent classes often manage collections of other EDI data object types and override the abstract assemble and disassemble methods.
This type is used to identify descendent's of TEDIDataObject other than by class type
This type is used to determine the state of the TEDIDataObject
Override this function in a descendent class to provide implementation details that assemble EDI data to be constructed into an EDI file format.
Override this function in a descendent class to provide implementation details that disassemble EDI data from an EDI file format.
When overriding the Assemble and Disassemble methods in descendent classes the State property should be set accordingly.
Reserved for use for pointing to EDI specification objects.
Reserved for use for programmers for any task. |
Usage
Notes & Examples |
The source code in JclEDI, JclEDI_ANSIX12, and JclEDI_UNEDIFACT units demonstrate how to build classes from this base class. |