RowModified property

(Windows only; GUI for .NET only)

Indicates whether the current row in the bound .NET control is currently being edited.

Data type: LOGICAL

Access: PUBLIC Read-only

Applies to: Progress.Data.BindingSource class

When TRUE, the row that currently has focus is a newly modified row that can still be undone. The row remains in a modified state until you either move focus to another row or cancel the modification (by pressing ESCAPE, for example). When FALSE, the row has not been modified.

Use this property in an event handler to determine whether any data needs to be validated and saved to the ABL data source object.