Forum Discussion

babuhari123's avatar
14 years ago

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

1 Reply

  • 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.