API:Data.DBXDelegate.TDBXDelegateConnection.GetProductName

From RAD Studio API Documentation

Delphi

<source lang="delphi">

function GetProductName: string; override;

</source>

C++

<source lang="cpp">

virtual System::UnicodeString __fastcall GetProductName();

</source>

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateConnection

Description

Getter of ProductName. Data.DBXDelegate.TDBXDelegateConnection.GetProductName inherits from Data.DBXCommon.TDBXConnection.GetProductName. All content below this line refers to Data.DBXCommon.TDBXConnection.GetProductName.

Getter of ProductName.

See Also