FireDAC.Comp.DataSet.TFDDataSet.CancelRange

From RAD Studio API Documentation
Jump to: navigation, search

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