IDataGridRow.IsNew

Syntax

IsNew: Boolean;

Description

The IsNew method returns True if the row is new. The row is considered to be new if it was added and was not edited.

Comments

The IsNew method is relevant only if a data source for the DataGrid component is determined in the DataSource property.

See also:

IDataGridRow