Skip to main content

Type_SupplierASN_String

Type_SupplierASN_String = SupplierASN

Example

procedure SetSupplierASNTypeCode(var TypeCode: String);
begin
TypeCode := Type_SupplierASN_String;
end;

Usage

Type_SupplierASN_String provides the exact canonical SupplierASN token paired with Velox ASN type number 2.

Additional Technical Info

Type_SupplierASN_String is the string literal 'SupplierASN', paired with numeric Type_SupplierASN (2). The generated declaration omits display quotes, but the compiled value is a Delphi String.

Use this constant for the canonical ASN type token. There is no separate string alias for deprecated ASN_Type_SupplierASN.

GetASNTypeNum compares case-insensitively but without trimming, while GetASNTypeCode emits this exact capitalization. Unknown inputs return Null.

The token is a fixed product code, not localized display text or independent evidence of message direction. Reading it causes no I/O or mutation.

The example is source-reviewed only.

Created 2026-07-15