TErrorCorrectionLevel Class

Definition

See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.

Delphi
type TErrorCorrectionLevel = class(TObject)
Inheritance
TObject
TErrorCorrectionLevel

Constructors

Properties

Bits

Gets the bits.

Name

Gets the name.

Methods

FinalizeClass
InitalizeClass
ToString

Returns a System.String that represents this instance.

forBits(Integer)

Fors the bits.

ordinal

Ordinals this instance.

Fields

FOR_BITS
Fbits
Fname
Fordinal_Renamed_Field
H

H = ~30% correction

L

L = ~7% correction

M

M = ~15% correction

Q

Q = ~25% correction