SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

FileError Event

Reports a file access error to the application.

Syntax

type TFileErrorEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64;
  const FileName: String;
  ErrorCode: Integer
) of Object;

property OnFileError: TFileErrorEvent read FOnFileError write FOnFileError;

Remarks

The component uses this event to report a file access errors. FileName and ErrorCode contain the file path and the error code respectively.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]