Online Help TEDIFileSpec

Unit JclEDI_ANSIX12

Types

TEDIFileSpec

   The TEDIFileSpec object stores EDI file specification data.

 Procedure

procedure InternalDelimitersDetection(StartPos: Integer); override;

   This procedure was overridden to ensure the alternate delimiter detection method is used.

 Function

function InternalCreateInterchangeControl: TEDIInterchangeControl; override;

   This function was overridden to create a InternalCreateInterchangeControlSpec object type.

 Functions

function FindTransactionSetSpec(StandardId, VersionId, FunctionalGroupId,
  AgencyCodeId, VersionReleaseId, TransactionSetId: string): TEDITransactionSetSpec;
function FindFunctionalGroupSpec(StandardId, VersionId, FunctionalGroupId,
  AgencyCodeId, VersionReleaseId: string): TEDIFunctionalGroupSpec;
function FindInterchangeControlSpec(
  StandardId, VersionId: string): TEDIInterchangeControlSpec;

   Finds specifications in the TEDIFileSpec. Returns nil if none was found.

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

Usage

Notes & Examples

< Under Construction >