Contains the barcode text and the check digit that's automatically appended to the barcode symbol. The start code and the stop code aren't included.
property FullEncoded: string;
Read FullEncoded property to retrieve the barcode text and the check digit that's automatically appended to the barcode symbol. The start code and the stop code aren't included. For the TBarcode_OneCode component, it includes all the tracking and routing, first 20 characters are the Tracking (It is right padded with zeroes to 20 characters), then come the Routing. The property is read only.