Data.DBXCommon.TDBXConnectionFactory.GetConnectionItems

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXConnectionFactory

Delphi

procedure GetConnectionItems(Items: TStrings);

C++

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

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