FireDAC.Comp.Client.TFDCustomCommand.BindedBy

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also