Data.DBXCommon.TDBXConnectionFactory.GetConnectionItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetConnectionItems(Items: TStrings);

C++

void __fastcall GetConnectionItems(System::Classes::TStrings* Items);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionFactory

Description

Adds names of all connections to Items list.

This method adds the names of all connections in the TDBXConnectionFactory to the Items list.

See Also