EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageHeaderField.SetParamValue

TElMessageHeaderField     See also    


 

Use this method to set parameter value.

 
 

Declaration

[C#]
    void SetParamValue(int Index, [in] string wsValue);
    void SetParamValue([in] string ParamName, [in] string wsValue);

[VB.NET]
    Sub SetParamValue(ByVal Index As Integer, ByVal wsValue As String)
    Sub SetParamValue(ByVal ParamName As String, ByVal wsValue As String)

[Pascal]
    procedure SetParamValue(Index: Integer; const wsValue: TString);
    procedure SetParamValue(const ParamName, wsValue: TString);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of parameter.
  • ParamName - name of the parameter.
  • wsValue - new parameter value.
 
 

Description

    This method allows to set parameter value by its name or index.

 
 

See also:     GetParamName     GetParamIndexByName     GetParamValue     IsParamExists    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation