FireDAC.Phys.Oracle.TFDPhysOracleDriverLink.GetOracleHomes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure GetOracleHomes(AList: TStrings); static;

C++

static void __fastcall GetOracleHomes(System::Classes::TStrings* AList);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.Oracle.pas
FireDAC.Phys.Oracle.hpp
FireDAC.Phys.Oracle TFDPhysOracleDriverLink

Description

Returns the list of installed Oracle homes.

Use the GetOracleHomes method to get a list of installed Oracle Home names.

Parameters Description

AList: TStrings

A list of names.

See Also