This property sets whether or not the scan process is canceled.

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

Property Value

Value Explanation
True Cancels the scan process
False Does not cancel the scan process

Explanation

The Cancel property sets whether or not the scan process is canceled. By setting the Cancel property to true within the BeforeScan, Scanning, or AfterScan events, the scanning process can be canceled.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation