Deleting a Record Group
To delete a record group that was created programmatically:
- Use the DELETE_GROUP procedure:
Delete_Group('prod_group');
Note: You cannot delete a group that was created at design time.
Related topics
About record group Built-in subprograms
About manipulating a record group at runtime
Performing operations on rows
DELETE_GROUP_ROW Built-in