System.Bindings.Methods.EBindMethodError

From RAD Studio API Documentation

EBindMethodErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EBindMethodError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindMethodError : 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 the methods used in the script.

EBindMethodError is the exception class for errors that occur when managing the methods used in the script.

See Also