Unicode Controls & Classes for VB6 - Version 4

clsFileIniEx.GetSectionRowKey Function

Gets the key of a row obtained using the [GetSectionRows] function

Syntax
Public Function GetSectionRowKey (ByRef vRows As Variant, _
ByRef idx As Long) As String
Parameters
Parameter Description
ByRef vRows As Variant Thw section rows array
ByRef idx As Long The row index
Remarks