IMasterObjectNotifier.ChildAdded Method
Called when a child entity has been added to the master's collection.
Syntax
Unit: Aurelius.Types.MasterObjectValue
procedure IMasterObjectNotifier.ChildAdded(Entity: TObject); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Entity | TObject | The child entity that was added. |