Data.DBXCommon.TDBXConnectionFactory.GetConnectionItems
| [–] 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.