Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

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. The JavaScript equivalent is registry (see BrightScript-JavaScript Migration Guide for the method equivalents).

This object is created with no parameters:

Code Block
CreateObject("roRegistry")

ifRegistry

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.

Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px