RegistryItem.Item
From Xojo Documentation
Method
This method is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
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.