Open main menu

RAD Studio API Documentation β

System.Bindings.ExpressionDefaults.TBindingExpressionDefault.RootScopeEnumerator

Delphi

property RootScopeEnumerator: IScopeEnumerator read GetRootScopeEnumerator implements IScopeEnumerator;

C++

__property System::Bindings::Evalprotocol::_di_IScopeEnumerator RootScopeEnumerator = {read=GetRootScopeEnumerator};

Properties

Type Visibility Source Unit Parent
property protected
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

Description

Delegates the enumerator of the expression scope.

The RootScopeEnumerator property delegates the enumerator of the expression scope and makes the expression enumerable in terms of wrappers.

See Also