Roregistry – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 150

Advertising
background image

142

roRegistry

The registry is an area of memory where a small number of persistent settings can be stored. Access to the registry is
available through the roRegistry object.

This object is created with no parameters:

CreateObject("roRegistry")

Interfaces: ifRegistry

The ifRegistry interface provides the following:

GetSectionList() As roList: Returns a list with one entry for each registry section.

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.

Advertising