Data.DBXClient.TDBXClientConnection.GetProductName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetProductName: string; override;

C++

virtual System::UnicodeString __fastcall GetProductName();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection

Description

Returns the product name.

GetProductName is used to provide the product name for the DataSnap metadata.

GetProductName is the getter method for the ProductName property.


See Also