Data.Bind.Components.TBindCompEvalErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindCompEvalErrorEvent = procedure(Sender: TObject; AException: Exception) of object;

C++

typedef void __fastcall (__closure *TBindCompEvalErrorEvent)(System::TObject* Sender, System::Sysutils::Exception* AException);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Procedural type used by all OnEvalError events.

Parameter Description
Sender The object that issues the event call.
AException Exception that is raised when this event is fired.

See Also