Data.DBXOpenSSL.TRSAFilter.GetParameterValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParameterValue(const ParamName: string): string; override;

C++

virtual System::UnicodeString __fastcall GetParameterValue(const System::UnicodeString ParamName);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXOpenSSL.pas
Data.DBXOpenSSL.hpp
Data.DBXOpenSSL TRSAFilter

Description

Returns the value of a given parameter.

The GetParameterValue method returns a string with the value of the parameter passed as ParamName.

See Also