Bde.DBTables.TTable.Ranged
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TTable |
Delphi
property Ranged: Boolean read FRanged;
C++
__property bool Ranged = {read=FRanged, nodefault};
Description
Specifies whether a range has been applied to the table.
Use the Ranged property to find out whether a range has been applied to the table. By default, Ranged is False, meaning that no range has been applied to the table.
Note: Ranged is a read-only property.