TMedTable.SetRangeEnd TMedTable

procedure SetRangeEnd;

Description

Use SetRangeEnd to enter mode allowing you to set the ending values for a range. Old values are set to Nil. Assign new end range values using FieldByName. After you are ready with range starting values as well, call ApplyRange to activate range. Remember that range works only on indexed fields.

See TTable.SetRangeEnd for more details.