NewRow property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
(Windows only; GUI for .NET)
Indicates whether the current row in the bound .NET control is a new row.
Data type: LOGICAL
Access: PUBLIC Read-only
Applies to: Progress.Data.BindingSource class
When TRUE, the row that currently has focus is a newly created row that can still be undone. The row remains in a new state until you either move focus to another row or discard the new row. When FALSE, the current row is not a new row.