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