System.Bindings.Outputs.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.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs System.Bindings.Outputs

Description

Exception class for managing output callback errors.

EBindOutputCallbackError is the exception class for managing output callback errors.

See Also