Bde.DBTables.TTable.Ranged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ranged: Boolean read FRanged;

C++

__property bool Ranged = {read=FRanged, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

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.

See Also