System.Bindings.EvalProtocol.IScopeEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: IInterface;

C++

virtual System::_di_IInterface __fastcall GetCurrent() = 0 ;

Properties

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

Description

Getter method for the Current property.

GetCurrent is the getter method for the Current property. It provides access to the current wrapper at any step in the iteration.

See Also