Skip to main content

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

Instance memberContextRow

Int32: Returns the context row.

Instance memberDeleted

Boolean: Returns/Sets the deleted flag.

Instance memberEnabled

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

Instance memberFetched

Boolean: Returns/Sets the fetched flag.

Instance memberFlags

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

Instance memberGrid

C1FlexGrid: Returns the grid control that contains this row.

Instance memberGridRow

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

Instance memberItem(index)

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

Instance memberItem(name)

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

Instance memberItem(column)

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

Instance memberParentTable

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

Instance memberSelected

Boolean: Returns/Sets the selected flag.

Instance memberTag

Object: Returns/Sets a user-defined value.

Instance memberVisible

Boolean: Returns/Sets the visible flag.

Methods

Instance memberIsModified(col)

Returns true if the specified column has been edited.

ParameterTypeDescription
colInt32

Returns: Boolean.

Instance memberRemove()

Removes this row from the grid.

Instance memberSetFlags(flags, on)

Sets or removes a row flag.

ParameterTypeDescription
flagsInt32
onBoolean

Instance memberSetModified(col, on)

Sets the edited flag for the specified column.

ParameterTypeDescription
colInt32
onBoolean