Deleting a category

Top  Previous  Next

To delete a category with all its variables use the following code:

 

Pascal:

 

frxReport1.Variables.DeleteCategory('My Category 1');

 

C++:

 

frxReport1->Variables->DeleteCategory("My Category 1");