System.Bindings.EvalProtocol.IScopeEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: IInterface read GetCurrent;

C++

__property System::_di_IInterface Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IScopeEnumerator

Description

Gives access to the current wrapper at any step in the iteration.

The Current property provides access to the current wrapper at any step in the iteration.

See Also