RegistryItem.Name

From Xojo Documentation

Method


RegistryItem.Name(Index as Integer) As String

Supported for all project types and targets.

Returns as a String the name of the RegistryItem corresponding to Index.

Notes

If Index is greater or equal than KeyCount, then an OutofBoundsException is raised. Index is zero based.