Property: CurrentSubSet

(TBarcode1D_Code128, TBarcode1D_EAN128)

Contains the factual initial characters subset of a Code 128 symbol or a EAN-128 symbol.

Syntax:

type

{ Defined in the pCode128 unit }

TCode128SubSet = (cssSubAuto, cssSubSetA, cssSubSetB, cssSubSetC);

property CurrentSubSet: TCode128SubSet;

Description:

Read the property to retrieve the factual initial characters subset of a Code 128 symbol or a EAN-128 symbol. It can be one of these values: cssSubSetA, cssSubSetB, and cssSubSetC, corresponding to the initial characters subset A, B and C. They are defined in the pCode128 unit

If the InitialSubSet property is set to cssSubAuto, the initial characters subset will be selected automatically, depending on the barcode text in order to minimize the symbol size. It can be one of these value: cssSubSetA, cssSubSetB, or cssSubSetC. You can read this property to get the factual initial characters subset.

If the InitialSubSet property isn't set to cssSubAuto, the value of this property is equal to the value of InitialSubSet property.

The property is read only.

See also the InitialSubSet property.

Contents