Bde.DBTables.TTable.Ranged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Ranged: Boolean read FRanged;

C++

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

Propriétés

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

Description

Spécifie si un intervalle a été appliqué à la table.

Utilisez la propriété Ranged pour déterminer si un intervalle a été appliqué à la table. Par défaut, Ranged vaut False, ce qui signifie qu'aucun intervalle n'a été appliqué à la table.

Remarque :  Ranged est une propriété en lecture seule.

Voir aussi