Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetParameterType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParameterType(ParameterType: Integer): string; virtual;

C++

virtual System::UnicodeString __fastcall GetParameterType(int ParameterType);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Returns the parameter type, indicated by ParameterType, as a String.

See Also