System.Bindings.EvalProtocol.IScopeEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

virtual bool __fastcall MoveNext(void) = 0 ;

Properties

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

Description

Used by the iteration loop to jump to the next wrapper.

The MoveNext method is used by the iteration loop to jump to the next wrapper. MoveNext returns True when the jump to the next wrapper has been successfully done, False if there are no more wrappers to iterate through.

See Also