CBFS Connect 2020 C++ Builder Edition

Questions / Feedback?

Error Event

Fires if an unhandled error occurs during an event.

Syntax

typedef struct {
  int ErrorCode;
  String Description;
} TcbcCBFSErrorEventParams;

typedef void __fastcall (__closure *TcbcCBFSErrorEvent)(System::TObject* Sender, TcbcCBFSErrorEventParams *e);

__property TcbcCBFSErrorEvent OnError = { read=FOnError, write=FOnError };

Remarks

This event fires if an unhandled error occurs during another event. Developers can use this information to help track down unhandled errors in an application's event handlers.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 C++ Builder Edition - Version 20.0 [Build 8348]