Bde.DBTables.TTable.EditRangeEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditRangeEnd;

C++

void __fastcall EditRangeEnd();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

Enables changing the ending value for an existing range.

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.

See Also