Table of Contents

TCustomAureliusDataset.Manager Property

Gets or sets the TObjectManager used to persist entity changes to the database.

Remarks

When set, posting or deleting records automatically calls the appropriate manager methods (Save, Update, Flush, Remove). When nil and no persistence events are assigned, changes remain in memory only. Setting this property to any value (including nil) sets ParentManager to False.

Syntax

Unit: Aurelius.Bind.Dataset

property TCustomAureliusDataset.Manager: TObjectManager

See also