Bde.DBTables.TTable.CancelRange
Delphi
procedure CancelRange;
C++
void __fastcall CancelRange();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TTable |
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