FireDAC.Comp.Client.TFDBindedBy

From RAD Studio API Documentation
Jump to: navigation, search

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

bbNone

The Connection property is nil and the ConnectionName property is empty.

bbName

The ConnectionName property is not empty.

bbObject

The Connection property is not nil.

See Also