System.Bindings.ExpressionDefaults.TBindingExpressionDefault.ScopeSymbols

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScopeSymbols: IScopeSymbols read FScopeSymbols implements IScopeSymbols;

C++

__property System::Bindings::Evalprotocol::_di_IScopeSymbols ScopeSymbols = {read=FScopeSymbols};

Properties

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

Description

Delegates the implementation of IScopeSymbols to an internal object.

The ScopeSymbols property delegates the implementation of IScopeSymbols to an internal object.

See Also