FireDAC.Comp.DataSet.TFDDataSet.CancelRange
Delphi
procedure CancelRange;
C++
void __fastcall CancelRange();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Cancels the range for the dataset.
Use CancelRange to remove a range currently applied to a dataset. Canceling a range re-enables access to all records in the dataset, excluding to those that may be:
- Filtered out by Filtered / OnFilterRecord / FilterChanges.
- Filtered out by Indexes with a specified Filter expression.
See Also
- Filtering Records
- FireDAC.Comp.DataSet.TFDDataSet.ApplyRange
- FireDAC.Comp.DataSet.TFDDataSet.EditRangeEnd
- FireDAC.Comp.DataSet.TFDDataSet.EditRangeStart
- FireDAC.Comp.DataSet.TFDDataSet.SetRange
- FireDAC.Comp.DataSet.TFDDataSet.SetRangeEnd
- FireDAC.Comp.DataSet.TFDDataSet.SetRangeStart
- FireDAC.Comp.DataSet.TFDDataSet.IsRanged