System.Bindings.ExpressionDefaults.TBindingExpressionDefault.RootScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootScope: IScope read FRootScope implements IScope;

C++

__property System::Bindings::Evalprotocol::_di_IScope RootScope = {read=FRootScope};

Properties

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

Description

Denotes the scope of the expression that contains wrappers for all symbols in the expression.

The RootScope property denotes the scope of the expression that contains all the wrappers for the rest of the symbols in the expression.

See Also