Object | Event | Description |
DataSource | AddNew | Called when creating a new data record from eMill. |
DataSource | BOF | Beginning Of File status. True if current record position before first record. |
DataSource | CancelUpdate | Called when a record modification is cancelled. |
DataSource | CanDelete | Record deletion status. True if record can be deleted. |
DataSource | Ordering status. True if record can be moved backwards. | |
DataSource | CanUpdate | Record update status. True if record can be updated. |
DataSource | Close | Closes connection to the data source. |
DataSource | Delete | Deletes the current record. |
DataSource | EOF | End Of File status. True if current record position after last record. |
DataSource | GetRowCount | Retrieves the total number of records. |
DataSource | Move | Specifies the new position of the record, upwards or backwards. |
DataSource | MoveFirst | Moves record to first position. |
DataSource | Open | Opens connection to the data source. |
DataSource | Update | Saves changes made to the record. |