Online Help TEDITransactionSetSpec

Unit JclEDI_ANSIX12

Types

TEDITransactionSetSpec

   The TEDITransactionSetSpec object stores EDI transaction set specification data.

 Properties

property Id: string read FTransactionSetId write FTransactionSetId;
property TransactionSetId: string read FTransactionSetId write FTransactionSetId;
property TSDescription: string read FTSDescription write FTSDescription;

   Transaction set specification properties.

 Procedure

procedure InternalCreateHeaderTrailerSegments; override;

   This procedure was overridden to create the correct segment specification object types.

 Function

function InternalCreateSegment: TEDISegment; override;

   This function was overridden to create the correct segment specification object type.

   See Specification Classes for more general information about EDI specification classes.

Usage

Notes & Examples

< Under Construction >