System.Bindings.Expression.TBindingExpression.FScopes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FScopes: Array of IScope;

C++

_TBindingExpression__1 FScopes;

Properties

Type Visibility Source Unit Parent
field protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Scopes that are chained up and used by the compiler.

FScopes is a field that represents the scopes that are chained up and used by the compiler to search for global symbols used in the expression. These scopes are set by the Compile methods that use scopes among their input parameters.

See Also