TViewRow Class
Stores the filter state information for a single record in a dataset view.
Syntax
Unit: Aurelius.Bind.BaseDataset
TViewRow = class(TObject);
Fields
| Name | Description |
|---|---|
| FilteredIndex | The 0-based index of this row within the filtered view, or -1 if the row has not been accepted. |
| State | The current filter acceptance state of this row. |
Constructors
| Name | Description |
|---|---|
| Create | Creates a new TViewRow instance with FilteredIndex set to -1. |