Data.DBXClient.TDBXClientConnection.GetProductName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientConnection

Delphi

function  GetProductName: string; override;

C++

virtual System::UnicodeString __fastcall GetProductName();

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