[Lazarus] how to pass barcode value to a TEdit component

zeljko zeljko at holobit.net
Sun Jun 23 14:31:03 CEST 2013


On 06/23/2013 02:15 PM, Johan Tu Toit wrote:
> hi all, please i would like to know how to pass a value read by a
> barcode scanner to a TEdit component. thanks

Just pass it. It's pure text and usualy have CRLF at the end.
MyEdit.Text := SomeStringFromBarCodeScannerReader;

z.





More information about the Lazarus mailing list