Unicode Controls & Classes for VB6 - Version 4
clsFileIni
.GetSectionRowKey Function
Gets the key of a row obtained using the [
GetSectionRows
] function
Syntax
Public Function GetSectionRowKey (ByRef
vRows
As Variant, _
ByRef
idx
As Integer) As String
Parameters
Parameter
Description
ByRef
vRows
As Variant
(IN) Array of rows of a section
ByRef
idx
As Integer
(IN) Index in the array
Remarks