Data.DBXTransport.TTransportFilter.SetParameterValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilter |
Delphi
function SetParameterValue(const ParamName: string; const ParamValue: string): Boolean; virtual;
C++
virtual bool __fastcall SetParameterValue(const System::UnicodeString ParamName, const System::UnicodeString ParamValue);
Description
Provides the parameter value as a string.
The SetParameterValue method provides the parameter value as a string. SetParameterValue returns False if the parameter value was not changed successfully.