System.Bindings.Methods.EBindMethodError

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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