FireDAC.Comp.Client.TFDCustomCommand.BindedBy
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomCommand | |
Delphi
property BindedBy: TFDBindedBy read FBindedBy;
C++
__property TFDBindedBy BindedBy = {read=FBindedBy, nodefault};
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.