EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageHeaderField.IsParamExists

TElMessageHeaderField     See also    


 

Checks if parameter with specified name exists.

 
 

Declaration

[C#]
    bool IsParamExists([in] string ParamName);

[VB.NET]
    Function IsParamExists(ByVal ParamName As String) As Boolean

[Pascal]
    function IsParamExists(const ParamName: TString): Boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ParamName - name of the parameter.
 
 

Return value

    True - if parameter is already exists;
    False - otherwise.

 
 

Description

    Use this method to find out if parameter with specified name is already exists.

 
 

See also:     GetParamName     GetParamValue     GetParamIndexByName    

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