Bde.DBTables.TTable.CancelRange
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TTable |
Delphi
procedure CancelRange;
C++
void __fastcall CancelRange();
Description
Removes any ranges currently in effect for the table.
Call CancelRange to remove a range currently applied to a table. Canceling a range reenables access to all records in the dataset.
See Also