Show: Delphi
C++
Display Preferences
Data.Bind.Components
From XE2 API Documentation
Contains the components that comprise the LiveBindings feature for database usage.
Contents |
Classes
Routines
| CreateBindComponent | Used internally at design time by the Binding Expression Editor to create the binding components. |
| EnumRegisteredBindCompFactories | Used internally at design time to access the list of registered binding component factories. |
| EnumRegisteredBindComponents | Used internally at design time to access the list of registered binding components. |
| GetBindCompDesigner | Used internally at design time to get a designer for a binding component. |
| GetBindEditor | Requests an implementation of a binding editor on a component. |
| GetBoundComponentOptions | Used internally at design time to determine whether the Object Inspector should display a LiveBindings property for a particular component type. |
| RegisterBindCompDesigner | Used internally at design time to register a designer for a binding component. |
| RegisterBindCompFactory | Used at design time to register binding component factories. |
| RegisterBindComponents | Used at design time to register binding components, which can be added to a TBindingsList. |
| RegisterBindEditorFactory | Registers an implementation of a bind editor on a component. |
| RegisterBoundComponents | Registers whether the Object Inspector should display a LiveBindings property for a specific object type. |
| UnRegisterBindComponents | Unregisters binding components registered by RegisterBindComponents. |
| UnregisterBindEditorFactory | Unregisters a bind editor factory registered by RegisterBindEditorFactory. |
Types
Variables
| CreateBindCompProc | For internal use only. |
| EnumRegisteredBindCompFactoriesProc | For internal use only. |
| EnumRegisteredBindCompsProc | For internal use only. |
| GetBindCompDesignerProc | For internal use only. |
| GetBoundComponentOptionsProc | For internal use only. |
| RegisterBindCompDesignerProc | For internal use only. |
| RegisterBindCompFactoryProc | For internal use only. |
| RegisterBindCompProc | For internal use only. |
| RegisterBoundComponentsProc | For internal use only. |
| UnRegisterBindCompProc | For internal use only. |
Constants
| biBindsComponent | biBindsComponent: TBindCompDesignerBindsType = biBindsComponent; |
| biBindsComponentProperty | biBindsComponentProperty: TBindCompDesignerBindsType = biBindsComponentProperty; |
| biBindsOther | biBindsOther: TBindCompDesignerBindsType = biBindsOther; |
| cbChecked | cbChecked: TBindCheckBoxState = cbChecked; |
| cbGrayed | cbGrayed: TBindCheckBoxState = cbGrayed; |
| cbUnchecked | cbUnchecked: TBindCheckBoxState = cbUnchecked; |
| colCollections | colCollections: TBindCompDesignerCollectionType = colCollections; |
| colExpressions | colExpressions: TBindCompDesignerCollectionType = colExpressions; |
| dbcoptAddDataBindingsProperty | dbcoptAddDataBindingsProperty: TBoundComponentOption = dbcoptAddDataBindingsProperty; |
| dbcoptApplyToDescendents | dbcoptApplyToDescendents: TBoundComponentOption = dbcoptApplyToDescendents; |
| dirBidirectional | dirBidirectional: TExpressionDirection = dirBidirectional; |
| dirControlToSource | dirControlToSource: TExpressionDirection = dirControlToSource; |
| dirSourceToControl | dirSourceToControl: TExpressionDirection = dirSourceToControl; |
| eaExclude | eaExclude: TBindArtifactState = eaExclude; |
| eaInclude | eaInclude: TBindArtifactState = eaInclude; |
| exprBidirectional | exprBidirectional: TBindCompDesignerExpressionType = exprBidirectional; |
| exprClear | exprClear: TBindCompExpressionType = exprClear; |
| exprControlToSource | exprControlToSource: TBindCompDesignerExpressionType = exprControlToSource; |
| exprFill | exprFill: TBindCompExpressionType = exprFill; |
| exprFormat | exprFormat: TBindCompExpressionType = exprFormat; |
| exprFormatColumn | exprFormatColumn: TBindCompExpressionType = exprFormatColumn; |
| exprFormatControl | exprFormatControl: TBindCompExpressionType = exprFormatControl; |
| exprOther1 | exprOther1: TBindCompExpressionType = exprOther1; |
| exprOther2 | exprOther2: TBindCompExpressionType = exprOther2; |
| exprOther3 | exprOther3: TBindCompExpressionType = exprOther3; |
| exprParse | exprParse: TBindCompExpressionType = exprParse; |
| exprPosControl | exprPosControl: TBindCompExpressionType = exprPosControl; |
| exprPosSource | exprPosSource: TBindCompExpressionType = exprPosSource; |
| exprSourceToControl | exprSourceToControl: TBindCompDesignerExpressionType = exprSourceToControl; |
| exprUnspecified | exprUnspecified: TBindCompExpressionType = exprUnspecified; |