RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.EditRangeStart Method

Enables changing the starting value for an existing range.

Pascal
procedure EditRangeStart;
C++
__fastcall EditRangeStart();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!