Implemented By

Supported Methods

Description of Methods

GetSectionList() as Object

Returns an roList with one entry for each registry section.  Each element in the list is an roString containing the name of the section.  The section itself can be accessed by creating an roRegistrySection object using that name.

Delete(section as String) as Boolean

Deletes the specified section and returns an indication of success.

Flush() as Boolean

Flushes the registry out to persistent storage.