System.Bindings.ExpressionDefaults.TBindingExpressionDefault.RootScopeEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

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