FireDAC.Comp.DataSet.TFDDataSet.CancelRange
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
procedure CancelRange;
C++
void __fastcall CancelRange();
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