This property sets whether or not the indicator is displayed when scanning. This property is only enabled when using a custom-built user interface.

[C++Builder]   imagekitcontrolname->Scan->Indicator[ = bool ]
[Delphi]   imagekitcontrolname.Scan.Indicator[ = Boolean ]

Property Value

Value Explanation
True The indicator is displayed (Default value)
False The indicator is not displayed

Explanation

The Indicator property sets whether or not the indicator is displayed when scanning. This property is enabled when the UiMode property is vikScanNONUI. The default value is True.

Note: The Indicator property is disabled for scan devices that do not support this function.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation