TMode Class
Definition
See ISO 18004:2006, 6.4.1, Tables 2 and 3. This enum encapsulates the various modes in which data can be encoded to bits in the QR code standard.
Delphi
type TMode = class(TObject)
- Inheritance
-
TObjectTMode
Constructors
Properties
Methods
| FinalizeClass | |
| InitializeClass | |
| ToString |
Returns a System.String that represents this instance. |
| forBits(Integer) |
Fors the bits. |
| getCharacterCountBits(TVersion) |
Fields
| ALPHANUMERIC | |
| BYTE | |
| ECI | |
| FNC1_FIRST_POSITION | |
| FNC1_SECOND_POSITION | |
| Fbits | |
| Fname | |
| HANZI |
See GBT 18284-2000; "Hanzi" is a transliteration of this mode name. |
| KANJI | |
| NUMERIC | |
| STRUCTURED_APPEND | |
| TERMINATOR | |
| characterCountBitsForVersions |