Bde.DBTables.TTable.Ranged

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also