Previous Next

RowModified property

(Windows only; GUI for .NET only)
Indicates whether the current row in the bound .NET control is currently being edited.
Data type:
Access:
Applies to:
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.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.