IsChangedCell(Row: Integer; Column: Integer): Boolean;
Row. Index of the row, in which the cell is located.
Column. Index of the column, in which the cell is located.
The IsChangedCell property returns whether changed data exists in a cell, row and column index of which are passed by the Row and the Column parameters respectively.
The property returns True if data was changed, but the Post or the Cancel method was not called.
See also: