FireDAC.Comp.Client.TFDCustomCommand.BindedBy
Delphi
property BindedBy: TFDBindedBy read FBindedBy;
C++
__property TFDBindedBy BindedBy = {read=FBindedBy, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
Determines how the command is connected to the connection object.
The BindedBy property returns a value, determining how the command is connected to the connection object:
bbObjectif the Connection property is not nil;bbNameif the ConnectionName property is not empty.