Discuss this help topic in SecureBlackbox Forum

TElMessageHeaderField.IsParamExists

TElMessageHeaderField     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks if parameter with specified name exists.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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    

Discuss this help topic in SecureBlackbox Forum