FireDAC.Comp.DataSet.TFDDataSet.IsRanged
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
function IsRanged: Boolean;
C++
bool __fastcall IsRanged();
Description
Returns True if the dataset records are limited by a range.
The IsRanged property returns True if the dataset has its range applied using the ApplyRange call. When a range is in effect, only the records that fall within the range are available to the application for viewing and editing.