Player APIs (BrightScript & Ja...
...
Object Reference
Hashing and Storage Objects

roRegistry

3min
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 docid\ txwoombd2 u12dfegx7ga (see brightscript javascript migration guide docid 2kewwxlmpycwu8tffuf2z for the method equivalents) this object is created with no parameters 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