The SalTableRow type exposes the following members.

Methods

  NameDescription
Public methodIsModified
Returns true if the specified column has been edited.
Public methodRemove
Removes this row from the grid.
Public methodSetFlags
Sets or removes a row flag.
Public methodSetModified
Sets the edited flag for the specified column.

Properties

  NameDescription
Public propertyContextRow
Returns the context row.
Public propertyDeleted
Returns/Sets the deleted flag.
Public propertyEnabled
Returns/Sets the enable flag for the row.
Public propertyFetched
Returns/Sets the fetched flag.
Public propertyFlags
Returns/Sets the row flags on this row.
Public propertyGrid
Returns the grid control that contains this row.
Public propertyGridRow
Returns the grid row object associated to this row.
Public propertyItem[([( Int32])])
Returns the column at the specified index and sets the current context row in the table window.
Public propertyItem[([( String])])
Returns the column with the specified name and sets the current context row in the table window.
Public propertyItem[([( SalTableColumn])])
Returns the specified column and sets the current context row in the table window.
Public propertyParentTable
Returns the SalTableWindow control that contains the grid that contains this row.
Public propertySelected
Returns/Sets the selected flag.
Public propertyTag
Returns/Sets a user-defined value.
Public propertyVisible
Returns/Sets the visible flag.

See Also