RecordFields(RecNo: Integer): Array;
RecNo is a record index in the clipboard.
The RecordFields property returns an array of clipboard record values.
The record index is passed by the RecNo parameter. Records are added into the clipboard by the AddRecord method.
See also: