FireDAC.Comp.Client.TFDBindedBy
Delphi
TFDBindedBy = (bbNone, bbName, bbObject);
C++
enum DECLSPEC_DENUM TFDBindedBy : unsigned int { bbNone, bbName, bbObject };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
Specifies how the command is connected to the connection object.
TFDBindedBy can have one of the following values:
| Value | Meaning |
|---|---|
|
|
The Connection property is nil and the ConnectionName property is empty. |
|
|
The ConnectionName property is not empty. |
|
|
The Connection property is not nil. |