Data.DBXCommon.TDBXConnection.ProductName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProductName: string read GetProductName;

C++

__property System::UnicodeString ProductName = {read=GetProductName};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnection

Description

Provide product name if supported.

Provide product name if supported. The default implementation tries to use the TDBXPropertyNames.ProductName driver first. It calls GetVendorProperty second. The TDBXPropertyNames.DriverName is used as a last resort.

See Also