Data.Bind.Components.TCommonBindComponent.DoOnEvalError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnEvalError(AException: Exception); virtual;

C++

virtual void __fastcall DoOnEvalError(System::Sysutils::Exception* AException);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCommonBindComponent

Description

Protected method called internally to fire an OnEvalError event.

See Also