Table of Contents

TBaseAureliusDataset.IsModified Method

Indicates whether the specified field has been modified since the last edit or insert operation began.

Syntax

Unit: Aurelius.Bind.BaseDataset

function TBaseAureliusDataset.IsModified(const FieldName: string): Boolean;

Parameters

<-> Parameter Type Description
const FieldName string The name of the field to check.

Returns

True if the field value was changed in the current edit session.

See also