Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
babuhari123
Visitor

How to delete all register variables data at a time

Hi Friends,

is possible how to delete all register variables which i saved in application through application at a time
if possible how to do it

please tell me
0 Kudos
1 REPLY 1
TheEndless
Channel Surfer

Re: How to delete all register variables data at a time

If you're storing them all in the same registry section, you should be able to use the Delete() method on the roRegistry component to delete them all at once. If you need to delete individual settings, then you can use the Delete() method on the roRegistrySection component.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos