System.Bindings.Methods.EBindConverterError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBindConverterError

Delphi

EBindConverterError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindConverterError : public System::Sysutils::Exception

Properties

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

Description

Exception class for errors that occur when managing and using converters for the binding expression outputs.

EBindConverterError is the exception class for errors that occur when managing and using converters for the binding expression outputs.

For instance, if your expression has a result of type Integer and the output is of type string, then a converter automatically tries to translate the value of the binding expression from Integer to string.

See Also