RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.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.

Note: With Paradox or dBASE tables, EditRangeEnd works only on indexed fields. With SQL databases, EditRangeEnd also works with any columns specified in the IndexFieldNames property.
 

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