Online Help TEDIFunctionalGroupSpec

Unit JclEDI_ANSIX12

Types

TEDIFunctionalGroupSpec

   The TEDIFunctionalGroupSpec object stores EDI functional group specification data.

 Properties

property Id: string read FFunctionalGroupId write FFunctionalGroupId;
property FunctionalGroupId: string read FFunctionalGroupId write FFunctionalGroupId;
property FGDescription: string read FFGDescription write FFGDescription;
property AgencyCodeId: string read FAgencyCodeId write FAgencyCodeId;
property VersionReleaseId: string read FVersionReleaseId write FVersionReleaseId;

   Functional group specification properties.

 Procedure

procedure InternalCreateHeaderTrailerSegments; override;

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

 Function

function InternalCreateTransactionSet: TEDITransactionSet; override;

   This function was overridden to create a TEDITransactionSetSpec object type.

 Function

function FindTransactionSetSpec(TransactionSetId: string): TEDITransactionSetSpec;

   Finds a transaction set specification. Returns nil if none was found.

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

Usage

Notes & Examples

< Under Construction >