FireDAC.Stan.Intf.TFDConnectionDefParams.ConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionDef: String read GetConnectionDef write SetConnectionDef;

C++

__property System::UnicodeString ConnectionDef = {read=GetConnectionDef, write=SetConnectionDef};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf TFDConnectionDefParams

Description

Represents the list of connection definitions.

ConnectionDefs represents the list of connection definitions loaded from a connection definition file, if available. The list can be manipulated directly, including adding, changing, or deleting connection definitions.

See Also