Table of Contents

ITMSFNCDataObject.GetRecordValue Method

Returns a field value from a record.

API unit family: TMS.TMSFNCDataSet Declaring type: ITMSFNCDataObject

Syntax

function GetRecordValue(ARecord: TValue; AField: string; APropTye: TFieldType): ValueType;

Parameters

Name Description
ARecord Record that owns the field value.
AField Field name to read.
APropTye Dataset field type expected for the value.

Returns

The value converted for dataset access.