Datasnap.DBClient.TCustomClientDataSet.EditRangeEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure EditRangeEnd;

C++

void __fastcall EditRangeEnd();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Permet de modifier les bornes supérieures d'un intervalle existant.

Appelez la méthode EditRangeEnd pour modifier la valeur de fin d'un intervalle. Pour spécifier une valeur de fin d'intervalle, appelez FieldByName après avoir appelé EditRangeEnd. Après avoir affecté une nouvelle valeur, appelez ApplyRange pour activer l'intervalle modifié.

Voir aussi