Property: SplitText

(TBarcode1D_PostBar, TBarcode1D_AP4SC, TBarcode1D_ITF14, etc.)

Determines whether to split the human readable text base on data fields.

Syntax:

property SplitText: Boolean;

Description:

The property determines whether to split the human readable text base on data fields. Set the property to true to insert space characters between all data fields in the human readable text. This property is useful only for TBarcode1D_PostBar, TBarcode1D_AP4SC, TBarcode1D_ITF14, TBarcode1D_JapanPost, TBarcode1D_UPU, TBarcode1D_Leitcode, and TBarcode1D_Identcode barcode components.

For the TBarcode1D_OneCode component, it isn't a boolean property, see also the SplitText property of TBarcode1D_OneCode component.

Contents