Table of Contents

TBaseAureliusDataset.OnObjectInsert Event

Event fired after a new record is posted, giving the application a chance to persist the new entity object.

Remarks

When this event is assigned, the Manager property (if set) is not used for insert operations. The handler is responsible for saving the object if persistence is required.

Syntax

Unit: Aurelius.Bind.BaseDataset

property TBaseAureliusDataset.OnObjectInsert: TDatasetObjectEvent

See also