System.Bindings.EvalProtocol.IScopeEnumerable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeEnumerable = interface

C++

__interface  INTERFACE_UUID("{59DE173C-954A-4DBA-BAC1-5D1B9551B85A}") IScopeEnumerable  : 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

Implementers of this interface make scopes have their wrappers enumerated.

A scope can have its wrappers enumerated if the implementer of the scope also implements the IScopeEnumerable interface.

See Also