API:Data.DBXOpenSSL.TRSAFilter.GetParameterValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXOpenSSL.pas
Data.DBXOpenSSL.hpp
Unit: Data.DBXOpenSSL
Parent: TRSAFilter

Delphi

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

C++

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

Description

Returns the parameter value.

Data.DBXOpenSSL.TRSAFilter.GetParameterValue inherits from Data.DBXTransport.TTransportFilter.GetParameterValue. All content below this line refers to Data.DBXTransport.TTransportFilter.GetParameterValue.

Returns the parameter value.

The GetParameterValue method returns the parameter value as a string.

See Also