This property sets whether or not the file control load or save process is canceled

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

Property Value

Value Explanation
True The load or save process is canceled
False The load or save process is not canceled

Explanation

The Cancel property sets whether or not the file control load or save process is canceled. When the Cancel property is True, the file control load or save process is canceled.

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation