FireDAC.Comp.Client.TFDCustomCommand.BindedBy

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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:

See Also