Data.DBXTransport.TTransportCypherFilter.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.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportCypherFilter

Description

Returns the value of a given parameter.

The GetParameterValue method returns a string with the value of the parameter passed as ParamName. This method is to be overridden by child classes.

See Also