Table of Contents

TBaseAureliusDataset.RefreshRecord Method

Refreshes all field values in the current record buffer from the underlying entity object.

Remarks

Equivalent to calling FillRecord(Current<TObject>). Use this method when object properties have been modified directly and the dataset fields need to reflect those changes.

Syntax

Unit: Aurelius.Bind.BaseDataset

procedure TBaseAureliusDataset.RefreshRecord;

See also