Contents
- Index
- Previous
- Next
TBarCodeInfo type
Unit
EanSpecs
Declaration
type TBarCodeInfo = record
Name : String;
LongName : String;
InitValue : String;
Chars : String;
ParentCode : TTypBarCode;
Year : Word;
Country : String[3];
EnabledAdd : Boolean;
AutoCaption : Boolean;
OptCharWidthMM : Double;
Length : Word;
end;
Description
Internal record structure with some info about all barcode types.