System.Bindings.EvalProtocol.IScopeSymbols
Delphi
IScopeSymbols = interface
C++
__interface INTERFACE_UUID("{1FF4BA45-C177-4847-ABFF-5D74D06400B1}") IScopeSymbols : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | System.Bindings.EvalProtocol.pas System.Bindings.EvalProtocol.hpp |
System.Bindings.EvalProtocol | System.Bindings.EvalProtocol |
Description
Permits a scope to return wrappers only for the symbols present in the expression.
Each scope has a list of string symbols that are effectively used in the binding expression to let the engine know the members of the scope for which it is legal to create wrappers. In other words, IScopeSymbols permits a scope to return wrappers only for the symbols present in the expression.