FireDAC.Comp.Client.TFDBindedBy

提供: RAD Studio API Documentation
移動先: 案内検索

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 の値は次のいずれかです。

意味

bbNone

Connection プロパティは nil で ConnectionName プロパティは空です。

bbName

ConnectionName プロパティは空ではありません。

bbObject

Connection プロパティは nil ではありません。

関連項目