SalTableRow

PPJ.Runtime.Windows.SalTableRow

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Encapsulates SAL's properties for table window rows. Each FlexGrid row object is bound to an instance of this class.

public class SalTableRow

Properties

ContextRow

Int32: Returns the context row.

Deleted

Boolean: Returns/Sets the deleted flag.

Enabled

Boolean: Returns/Sets the enable flag for the row.

Fetched

Boolean: Returns/Sets the fetched flag.

Flags

Int32: Returns/Sets the row flags on this row.

Grid

C1FlexGrid: Returns the grid control that contains this row.

GridRow

Row: Returns the grid row object associated to this row.

Item(index)

SalTableColumn: Returns the column at the specified index and sets the current context row in the table window.

Item(name)

SalTableColumn: Returns the column with the specified name and sets the current context row in the table window.

Item(column)

SalTableColumn: Returns the specified column and sets the current context row in the table window.

ParentTable

SalTableWindow: Returns the SalTableWindow control that contains the grid that contains this row.

Selected

Boolean: Returns/Sets the selected flag.

Tag

Object: Returns/Sets a user-defined value.

Visible

Boolean: Returns/Sets the visible flag.

Methods

IsModified(col)

Returns true if the specified column has been edited.

Parameter
Type
Description

Returns: Boolean.

Remove()

Removes this row from the grid.

SetFlags(flags, on)

Sets or removes a row flag.

Parameter
Type
Description

SetModified(col, on)

Sets the edited flag for the specified column.

Parameter
Type
Description

Last updated