FireDAC.Comp.DataSet.TFDDataSet.IsRanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsRanged: Boolean;

C++

bool __fastcall IsRanged();

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

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.

See Also