NewRow property (Windows only; GUI for .NET only) 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.