Data.DBXTransport.TTransportCypherFilter.SetConfederateParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetConfederateParameter(const ParamName: string; const ParamValue: string): Boolean; override;

C++

virtual bool __fastcall SetConfederateParameter(const System::UnicodeString ParamName, const System::UnicodeString ParamValue);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportCypherFilter

Description

Provides the confederate parameter value as a string.

The SetConfederateParameter method provides the confederate parameter value as a string. SetConfederateParameter returns False if the parameter value was not changed successfully.

See Also