System.Bindings.Methods.EBindOutputCallbackError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBindOutputCallbackError

Delphi

EBindOutputCallbackError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindOutputCallbackError : 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 there is no callback function assigned for a specific data type.

EBindOutputCallbackError is the exception class for errors that occur when there is no callback function assigned for a specific data type. This callback is called before setting the value of a binding expression to an output.

See Also