FireDAC.Comp.Client.TFDBindedBy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDBindedBy = (bbNone, bbName, bbObject);

C++

enum DECLSPEC_DENUM TFDBindedBy : unsigned int { bbNone, bbName, bbObject };

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