System.Bindings.Expression.EBindingExpressionError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBindingExpressionError

Delphi

EBindingExpressionError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindingExpressionError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression System.Bindings.Expression

Description

Exception class for errors that occur in the behavior of a binding expression.

EBindingExpressionError is the exception class for errors that occur in the behavior of a binding expression.

See Also