TAureliusDatasetView.UpdateRecord Method
Records the filter decision for the record at the given position.
Syntax
Unit: Aurelius.Bind.BaseDataset
procedure TAureliusDatasetView.UpdateRecord(Index: Integer; Accept: Boolean);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Index | Integer | The 0-based index of the record in the unfiltered list. | |
| Accept | Boolean | True to mark the record as Accepted; False to mark it as Rejected. |