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.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to