Datasnap.DBClient.TCustomClientDataSet.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
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Removes any ranges currently in effect for the client dataset.

Call CancelRange to remove a range currently applied to a client dataset. Canceling a range reenables access to all records in the dataset.

See Also