Table of Contents

TBaseAureliusDataset.SetSourceObject Method

Sets a single entity object as the sole record in this dataset.

Remarks

The internal list is cleared and the specified object is added to it. Subsequent insert or delete operations modify the internal list, not an external one.

Syntax

Unit: Aurelius.Bind.BaseDataset

procedure TBaseAureliusDataset.SetSourceObject(SourceObject: TObject);

Parameters

<-> Parameter Type Description
SourceObject TObject The object to expose as a single dataset record.

See also