EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageHeader.SetField

TElMessageHeader     See also    


 

Sets header field value.

 
 

Declaration

[C#]
    TElMessageHeaderField SetField([in] string Name, [in] string Value, int Index /* = 0 */, bool ClearParams /* = False*/ );

[VB.NET]
    Function SetField(ByVal Name As String, ByVal Value As String, ByVal Index As Integer = 0, ByVal ClearParams As Boolean = False) As TElMessageHeaderField

[Pascal]
    function SetField(const Name, Value: TString; Index: Integer = 0; ClearParams: Boolean = False): TElMessageHeaderField;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Name - field name.
  • Value - new field value.
  • Index - index of the field that must be changed among fields of the same name.
  • ClearParams - determines if field parameters will be deleted.
    Default value - False.
 
 

Description

    Use this method to set value of the existing field. You can either delete all field parameters or leave them without changing.

 
 

See also:     GetField    

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