Discuss this help topic in SecureBlackbox Forum

TElDirInfo.SectionByName

TElDirInfo     See also     


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


Returns section by its name.

Declaration

[C#]
    TElDirInfo SectionByName(string Name);

[VB.NET]
    Function SectionByName(ByVal Name As String) As TElDirInfo

[Pascal]
    function SectionByName(const Name : string) : TElDirInfo;

[C++]
    TElDirInfoHandle SectionByName(const std::string &Name);

[PHP]
    TElDirInfo SectionByName(string $Name)

[Java]
    TElDirInfo sectionByName(String Name);

Parameters

  • Name - the name of the desired section.

Return value

    Returns

Description

    Use this method to find a section given its name.

See also:     Sections    

Discuss this help topic in SecureBlackbox Forum