Datasnap.DBClient.TCustomClientDataSet.EditRangeStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditRangeStart;

C++

void __fastcall EditRangeStart();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Enables changing the starting value for an existing range.

Call EditRangeStart to change the starting value for an existing range. To specify a start range value, call FieldByName after calling EditRangeStart. After assigning a new ending value, call ApplyRange to activate the modified range.

See Also