FireDAC.Comp.DataSet.TFDDataSet.SetRangeStart

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure SetRangeStart;

C++

void __fastcall SetRangeStart();

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