addRecordStoreEntry
function addRecordStoreEntry(rs: recordStore; data: string): integer;
The function adds 'data' into the record store 'rs'. The function returns the index inside record store at which 'data' is stored, or -1 if an error occured.
See also: working with record stores