FireDAC.Comp.DataSet.TFDDataSet.CancelRange

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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