System.Bindings.ExpressionDefaults.TBindingExpressionDefault Properties
InheritedProtected
| Associations | public | Denotes the current associations between Delphi objects and expression objects. |
| Binding | protected | Specifies the compiled binding expression through which evaluation of the binding expression can occur. |
| BindingWrappers | protected | Specifies the wrappers used by the compiled binding in order to evaluate the expression. |
| Compiled | public | Indicates whether the expression has been compiled. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| IsManaged | public | Indicates whether the expression is managed. |
| Manager | public | Specifies the manager that owns the expression. |
| Outputs | public | Container for the outputs. |
| OutputValue | public | Specifies the values for all the outputs. |
| RootScope | protected | Denotes the scope of the expression that contains wrappers for all symbols in the expression. |
| RootScopeEnumerator | protected | Delegates the enumerator of the expression scope. |
| RootScopeEx | protected | Delegates the implementation for supplementary scope functionality. |
| ScopeSymbols | protected | Delegates the implementation of IScopeSymbols to an internal object. |
| Source | public | The source code of the expression. |