FireDAC.Comp.DataSet.TFDDataSet.SetRangeStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetRangeStart;

C++

void __fastcall SetRangeStart();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Sets the starting values of a range.

Use SetRangeStart to put the dataset into the dsSetKey state and erase any previously specified starting range values. 

After that, the application can assign starting range values to the dataset's indexed fields.

See Also