Datasnap.DBClient.TCustomClientDataSet.EditRangeEnd
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
procedure EditRangeEnd;
C++
void __fastcall EditRangeEnd();
Description
Enables changing the ending value for an existing range.
Call EditRangeEnd to change the ending value for an existing range. To specify an end range value, call FieldByName after calling EditRangeEnd. After assigning a new ending value, call ApplyRange to activate the modified range.