Data.Bind.Components.TCommonBindComponent.DoOnEvalError
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.