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