Bde.DBTables.TTable.ApplyRange
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TTable | |
Delphi
procedure ApplyRange;
C++
void __fastcall ApplyRange();
Description
Applies a range to the dataset.
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.