TMedTable.EditKey TMedTable

procedure EditKey;

Description

Use EditKey to change dataset state into dsSetKey state without clearing the current contents of the key buffer. Especially useful when executing many similar searches, changing only some out of the many search values.

See TTable.EditKey for more details.

Example:

tab.EditKey;

tab.FieldByName('ProdClass').AsString := 'FOTO';

GotoKey;