FireDAC.Phys.Intf.IFDPhysManagerMetadata.GetRDBMSNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetRDBMSNames(ANames: TStrings);

C++

virtual void __fastcall GetRDBMSNames(System::Classes::TStrings* ANames) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysManagerMetadata

Description

Fills ANames with a list of registered database names.

See Also