TTMSFNCCustomDataSetView Class
Maintains the row mapping used by a filtered custom dataset view.
API unit family: TMS.TMSFNCDataSet
Syntax
TTMSFNCCustomDataSetView = class
Properties
| Name | Description |
|---|---|
| FilteredCount | Gets the number of accepted rows in the filtered view. |
| RowCount | Gets the number of source rows tracked by the view. |
Methods
| Name | Description |
|---|---|
| Clear | Clears all row state from the view. |
| FilterState | Returns the filter state for a source row. |
| GetFilteredIndex | Returns the filtered index for a source row. |
| GetOriginalIndex | Returns the original row index for a filtered row. |
| UpdateRecord | Updates the filter acceptance state for a source row. |