System.Bindings.Methods.EBindOutputError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBindOutputError

Delphi

EBindOutputError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindOutputError : 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 an output cannot be created for a binding expression.

EBindOutputError is the exception class for errors that occur when an output cannot be created for a binding expression.

See Also