IDatasetBatchUpdate.RecordFields

Syntax

RecordFields(RecNo: Integer): Array;

Parameters

RecNo is a record index in the clipboard.

Description

The RecordFields property returns an array of clipboard record values.

Comments

The record index is passed by the RecNo parameter. Records are added into the clipboard by the AddRecord method.

See also:

IDatasetBatchUpdate