Table of Contents

TDatasetCreateObjectEvent Type

Event type used to create a new object when the dataset inserts a new record.

Remarks

Assign a handler to TBaseAureliusDataset.OnCreateObject using this type. Dataset: the dataset that triggered the event. NewObject: receives the new object instance. If the handler assigns a valid object to NewObject, the dataset uses that instance instead of creating one itself.

Syntax

Unit: Aurelius.Bind.BaseDataset