IDataGridRow

Description

The IDataGridRow interface contains properties and methods of the string of the DataGrid component.

Properties

  Property name Brief description
The AbsoluteIndex property returns the absolute index of a table row.
The ColumnValue property determines the row value in the column, which index is passed as an input parameter.
The DataGrid property returns the parent object of this row.
The Filtered property returns whether the current row is displayed after applying the filtering for the DataGrid component.
The Focused property determines the current row focus indicator.
The Height property determines the table row height.
The Index property returns the index of a row in the DataGrid component.
The NextRow property returns the next row in table.
The PreviousRow property returns the previous row in table.
The Selected property determines the row selection indicator.
The StyleIndex property determines the style index for the current row from the collection DataGrid component installed styles.

Methods

  Method name Brief description
The AdjustHeight method adjusts row height in a way that the contents entirely fit the cells.
The BeginEdit method switches the row to edit mode.
The CancelEdit method switches the row out of edit mode without saving the changes.
The Delete method removes the row, for which the method was called.
The EndEdit method switches out of the row edit mode with the changes saving.
The IsEdit method returns True if this row is in the edit mode.
The IsNew method returns True if the string is new.

See also:

ExtCtrls Assembly Interfaces