System.Bindings.ExpressionDefaults.TBindingExpressionDefault.RootScopeEx

From RAD Studio API Documentation
Revision as of 01:08, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property RootScopeEx: IScopeEx read GetRootScopeEx implements IScopeEx;

C++

__property System::Bindings::Evalprotocol::_di_IScopeEx RootScopeEx = {read=GetRootScopeEx};

Properties

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

Description

Delegates the implementation for supplementary scope functionality.

The RootScopeEx property delegates the implementation for supplementary scope functionality.

See Also