SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

FileError Event

Reports a file access error to the application.

Syntax

typedef struct {
  __int64 ConnectionID;
  String FileName;
  int ErrorCode;
} TsbxWebDAVServerFileErrorEventParams;

typedef void __fastcall (__closure *TsbxWebDAVServerFileErrorEvent)(System::TObject* Sender, TsbxWebDAVServerFileErrorEventParams *e);

__property TsbxWebDAVServerFileErrorEvent OnFileError = { read=FOnFileError, write=FOnFileError };

Remarks

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 C++ Builder Edition - Version 20.0 [Build 8154]