ImageEn, unit iexWPD

TIEPortableDevices.Cancel

TIEPortableDevices.Cancel

Declaration

function Cancel(): Boolean;

Description

Abort any active processing on the current device.

Example

procedure TfrmMain.btnCancel(Sender: TObject);
begin
  IEPortableDevices.Cancel();
end;