Parts Reference
- columnNames (Collection)
- The columnNames attribute represents the names of the columns
in the rows.
- currentRow (AbtMultiRowResultRow)
- The currentRow attribute is the row currently referenced by the
current row index in the rows collection.
- currentRowIndex (Integer)
- The currentRowIndex attribute is the index of the current row
in the rows collection.
- dataChangesPending (Boolean)
- The dataChangesPending attribute specifies whether changes to
the data are pending for updating the database.
- errorBlock (BlockContextTemplate)
- The errorBlock attribute represents the block of code that is
run when an error occurs in the data access code.
- lastError (<className>)
- The lastError attribute is the last error that occurred.
You can tear off the lastError attribute to access the error
information.
- rows (SequenceableCollection)
- The rows attribute specifies the rows in the table returned as
a collection. Use the rows attribute to get and set the
contents of the table.
- rowsAsString (Collection)
- The rowsAsString attribute returns a collection of string
representations of the rows collection.
- selectedRowIndices (SequenceableCollection)
- The selectedRowIndices attribute specifies the indices of the
currently selected rows. Since only one row can be selected,
selectedRowIndices contains only the index of the selected
row.
- self (<className>)
- For more information on the self attribute, refer to Using the self attribute.
- valueHolder (AbtVariable)
- The valueHolder attribute holds the value of the variable or
class.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]