Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.IsFieldExists

TElMessageHeader     See also     


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


Checks if field with specified name exists.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function IsFieldExists(const Name: TString): Boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Name - name of the field which existence you want to check.

Return value

    True - if field with specified name is present in the header.
    False - otherwise.

Description

    Use this method when you want to check if the field with specified name exists. Returns True if the field exists, False - if it does not.

See also:     AddField     DeleteField    

Discuss this help topic in SecureBlackbox Forum