System.Bindings.EvalProtocol.IScopeEnumerable.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: IScopeEnumerator;

C++

virtual _di_IScopeEnumerator __fastcall GetEnumerator() = 0 ;

Properties

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

Description

Used to obtain an instance to an enumerator.

The GetEnumerator method is used to obtain an instance to an enumerator that is capable of enumerating the wrappers of the enumerable scope. Generally, it is used by loop constructs, but it can also be accessed explicitly. GetEnumerator returns a reference to an enumerator for the enumerable scope.

See Also