FireDAC.Comp.Client.TFDBindedBy
Delphi
TFDBindedBy = (bbNone, bbName, bbObject);
C++
enum DECLSPEC_DENUM TFDBindedBy : unsigned int { bbNone, bbName, bbObject };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
説明
コマンドが接続オブジェクトにどう関連付けられるかを指定します。
TFDBindedBy の値は次のいずれかです。
値 | 意味 |
---|---|
|
Connection プロパティは nil で ConnectionName プロパティは空です。 |
|
ConnectionName プロパティは空ではありません。 |
|
Connection プロパティは nil ではありません。 |