Table of Contents

ITMSFNCDataObject.SetRecordValue Method

Updates a field value in a record.

API unit family: TMS.TMSFNCDataSet Declaring type: ITMSFNCDataObject

Syntax

procedure SetRecordValue(ARecordIndex: Integer; AField: string; AValue: ValueType);

Parameters

Name Description
ARecordIndex Zero-based record index to update.
AField Field name to update.
AValue New field value.