RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.EditRangeEnd Method

Enables changing the ending value for an existing range.

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!