Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.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
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSDefaultDatabaseConnectionHandler

Description

Returns the DataSnap product name.

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

See Also