Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.GetProductName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSDefaultDatabaseConnectionHandler

Delphi

function GetProductName: string; override;

C++

virtual System::UnicodeString __fastcall GetProductName();

Description

Returns the DataSnap product name.

The GetProductName method returns the 'DataSnap' string, representing the name of the product.

See Also