SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.isDeletedRow  method

Return whether the Row specified by parameter rowIndex is in deleted state. 

function isDeletedRow (rowIndex: Integer): Boolean;
Returns
Boolean
Parameters
rowIndex - Integer. required.
Code -1
    if (grid.isDeletedRow(0)) {
        dataset.clearRowStates([], true);
    }
See Also
DataSet.clearRowStates
Examples
Data Row State