表示: Delphi
C++
表示設定
Data.Bind.Components
提供:XE2 API Documentation
データベース使用のための LiveBinding 機能を備えたコンポーネントが含まれています。
目次 |
クラス
ルーチン
| CreateBindComponent | 設計時に バインディング式エディタ が、バインディング コンポーネントを作成するために、内部的に使用します。 |
| EnumRegisteredBindCompFactories | 設計時に、登録済みバインディング コンポーネント ファクトリのリストにアクセスするため、内部的に使用されます。 |
| EnumRegisteredBindComponents | 設計時に、登録済みバインディング コンポーネントのリストにアクセスするため、内部的に使用されます。 |
| GetBindCompDesigner | 設計時に、バインディング コンポーネントのためのデザイナを取得するために、内部的に使用されます。 |
| GetBindEditor | |
| GetBoundComponentOptions | 設計時に、オブジェクト インスペクタ が特定のコンポーネント型の LiveBindings プロパティを表示するかどうかを指定するために、内部的に使用されます。 |
| RegisterBindCompDesigner | 設計時に、バインディング コンポーネントのためのデザイナを登録するために、内部的に使用されます。 |
| RegisterBindCompFactory | 設計時に、バインディング コンポーネント ファクトリを登録するために使用されます。 |
| RegisterBindComponents | 設計時に、バインディング コンポーネントを登録するために使用されます。これは、TBindingsList に追加することができます。 |
| RegisterBindEditorFactory | バインド エディタの実装を、コンポーネントに対して登録します。 |
| RegisterBoundComponents | オブジェクト インスペクタ が特定のオブジェクト型の LiveBindings プロパティを表示するかどうかを登録します。 |
| UnRegisterBindComponents | RegisterBindComponents で登録されたバインディング コンポーネントを登録解除します。 |
| UnregisterBindEditorFactory | RegisterBindEditorFactory で登録されたバインド エディタ ファクトリを登録解除します。 |
型
変数
| CreateBindCompProc | 内部使用のみ。 |
| EnumRegisteredBindCompFactoriesProc | 内部使用のみ。 |
| EnumRegisteredBindCompsProc | 内部使用のみ。 |
| GetBindCompDesignerProc | 内部使用のみ。 |
| GetBoundComponentOptionsProc | 内部使用のみ。 |
| RegisterBindCompDesignerProc | 内部使用のみ。 |
| RegisterBindCompFactoryProc | 内部使用のみ。 |
| RegisterBindCompProc | 内部使用のみ。 |
| RegisterBoundComponentsProc | 内部使用のみ。 |
| UnRegisterBindCompProc | 内部使用のみ。 |
定数
| 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; |