FireDAC.Comp.DataSet.TFDDataSet.EditKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure EditKey;

C++

void __fastcall EditKey();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet


Beschreibung

Enables modification of the search key buffer.

Use EditKey to put the dataset into the dsSetKey state, preserving the current contents of the search key buffer. 

After the call, the application can modify indexed fields. To iterate through them, use the IndexFieldCount and IndexFields properties. Optionally, the value of the KeyFieldCount and/or KeyExclusive properties can be edited.

See Also