IDatasetBatchUpdate.RecordFields

Syntax

RecordFields(RecNo: Integer): Array;

Parameters

RecNo. Clipboard record number.

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