Icon SetRange Method

procedure SetRange(const StartValues,EndValues: array of const)

Usage

Call the SetRange method to specify a range and apply it to the table. A range is set using the active index. The IndexName or IndexFieldNames property specifies the active index. The StartValues parameter indicates the field values that designate the first record in the range. The EndValues parameter indicates the field values that designate the last record in the range. If either the StartValues or EndValues parameters has fewer elements than the number of fields in the active index, then the remaining entries are set to NULL.

The SetRange method combines the functionality of the SetRangeStart, SetRangeEnd, and ApplyRange methods in a single method call.
Image