Data.DBXDelegate.TDBXDelegateParameter.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string; override;

C++

virtual System::UnicodeString __fastcall GetName();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateParameter

Description

Get Name property.

Data.DBXDelegate.TDBXDelegateParameter.GetName inherits from Data.DBXCommon.TDBXValueType.GetName. All content below this line refers to Data.DBXCommon.TDBXValueType.GetName.

Get Name property.

GetName gets the Name property.

See Also