Table of Contents

TransferSelectedFieldsRecRef Procedure

Codeunit RecRef Functions

Copies a range of fields from one RecordRef to another RecordRef.

Signature

TransferSelectedFieldsRecRef(var SourceRecRef: RecordRef; var TargetRecRef: RecordRef; InitPrimaryKeyFields: Boolean; FromFieldNo: Integer; ToFieldNo: Integer)

Parameters

var SourceRecRef RecordRef

The source record, where the values will be copied from.

var TargetRecRef RecordRef

The target record, where the values will be copied to.

InitPrimaryKeyFields Boolean

true if values in the primary key should be copied.

FromFieldNo Integer

The number of the first field that will be copied.

ToFieldNo Integer

The number of the last field that wil be copied.

This documentation is generated from Smart Toolbox v27.1