Data.Bind.Components.TCommonBindComponent.DoOnEvalError
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TCommonBindComponent | |
Delphi
procedure DoOnEvalError(AException: Exception); virtual;
C++
virtual void __fastcall DoOnEvalError(System::Sysutils::Exception* AException);
Description
Protected method called internally to fire an OnEvalError event.