FireDAC.Phys.Intf.IFDPhysManagerMetadata.GetRDBMSNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysManagerMetadata

Delphi

procedure GetRDBMSNames(ANames: TStrings);

C++

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

Description

Fills ANames with a list of registered database names.

See Also