Delete a row from a ProDataGraph
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A change to a ProDataGraph can include
deleting rows (ProDataObject instances).
To delete a row from a ProDataGraph, invoke
the standard delete() method on the ProDataObject.
If the ProDataObject is involved in any data-relations (ProDataRelationMetaData),
ABL automatically deletes all parent-child references to and from
the ProDataObject.