Data.Bind.Components.TBindCompDesignExpression Properties
InheritedProtected
| CollectionItem | public | Item in a collection of binding expressions. | 
| CollectionName | public | The name of the collection of binding expressions (for instance, Format). | 
| ControlExpression | public | The control binding expression. | 
| ControlScope | public | The control bindings scope. | 
| ExecuteAssignToControlProc | public | Reference to a procedure that executes internally when assigning the bindings expression to a control object. | 
| ExecuteAssignToSourceProc | public | Reference to a procedure that executes internally when assigning the bindings expression to a source object. | 
| ExecuteControlProc | public | Reference to a procedure that executes internally when evaluating a binding expression for the control object. | 
| ExecuteSourceProc | public | Reference to a procedure that executes internally when evaluating a bindings expression for the source object. | 
| ExpressionType | public | Specifies the type of binding expression (unidirectional source to control, unidirectional control to source, or bidirectional). | 
| Name | public | The name of this structure with information regarding the binding expression. | 
| ParentCollectionItem | public | An item in the parent collection of this collection of binding expressions. | 
| SaveControlProc | public | Reference to a procedure that executes when saving the textual bindings expression for the control object. | 
| SaveSourceProc | public | Reference to a procedure that executes when saving the textual bindings expression for the source object. | 
| SourceExpression | public | The source binding expression. | 
| SourceScope | public | The source bindings scope. |