System.Sensors.TCustomScannerSensor.BarcodeData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BarcodeData: string index TProperty.BarcodeData read GetStringProperty;

C++

__property System::UnicodeString BarcodeData = {read=GetStringProperty, index=1};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomScannerSensor

Description

String with the data of the scanned barcode.

Platform Support

This property is currently not supported on any platform.

See Also