RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.ApplyRange Method

Applies a range to the dataset.

Pascal
procedure ApplyRange;
C++
__fastcall ApplyRange();

Call ApplyRange to cause a range established with SetRangeStart and SetRangeEnd, or EditRangeStart and EditRangeEnd, to take effect. When a range is in effect, only those records that fall within the range are available to the application for viewing and editing. 

After a call to ApplyRange, the cursor is left on the first record in the range. 

 

CancelRange 

EditRangeEnd 

EditRangeStart 

SetRange 

SetRangeEnd 

SetRangeStart 

Applying or Canceling a Range 

Modifying a Range

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!