deleteRecordStoreEntry
procedure deleteRecordStoreEntry(rs: recordStore; index: integer);
Deletes the entry located at index 'index' inside the 'rs' recordStore. The procedure will do nothing if nothing exists at the given index.
See also: working with record stores