RegistryItem.Item

From Xojo Documentation

Method


RegistryItem.Item(Index as Integer) As RegistryItem

Supported for all project types and targets.

Returns as a RegistryItem the RegistryItem corresponding to Index.

Notes

If Index is greater or equal than FolderCount, then an OutofBoundsException is raised. The index is zero based.