System.Bindings.EvalProtocol.IArguments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IArguments = interface

C++

__interface  INTERFACE_UUID("{79D93B44-2F1B-4F53-B44D-91913FE68581}") IArguments  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

Used for passing arguments to a wrapper at evaluation time.

IArguments is an interface that is used to pass arguments to a wrapper at evaluation time.

Some object members such as methods or indexed properties cannot return a value without having passed in a set of arguments. They are called parameters for methods and indexes for indexed properties. All these parameters and indexes are arguments that can be passed through the IArguments interface.

See Also