RFBARCODE.GetBarcodeType
RFBARCODE.GetDecode
RFBARCODE.GetExpand
RFBARCODE.GetMaxLength
RFBARCODE.GetMinLength

short GetBarcodeType(short nDex)
short GetDecode(short nDex)
boolean GetExpand(short nDex)
short GetMaxLength(short nDex)
short GetMinLength(short nDex)

Function GetBarcodeType(nDex As Integer) As Integer
Function GetDecode(
nDex As Integer) As Integer
Function GetExpand(
nDex As Integer) As Boolean
Function GetMaxLength(
nDex As Integer) As Integer
Function GetMinLength(
nDex As Integer) As Integer

Gets one item value from the local configuration array.

Return value
The present value of the item pointed by nDex in the local array.

Parameters

nDex
    The index of the item in the local array, 0 based.

Remarks
nDex must be smaller than BarcodeCount()

Example

See also        RFBARCODE, BarcodeCount