Datasnap.DBClient.TCustomClientDataSet.CancelRange

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

procedure CancelRange;

C++

void __fastcall CancelRange();

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