TAureliusManager.HasChanges Method
Overloads
TAureliusManager.HasChanges
Indicates whether any managed entity has unsaved changes that would result in database operations if Flush were called.
Remarks
Checks both modified properties and modified collections (items added or removed) across all entities in the manager.
Syntax
Unit: Aurelius.Comp.Manager
function TAureliusManager.HasChanges: Boolean; overload;
See also
TAureliusManager.HasChanges(TObject)
Indicates whether the specified managed entity has unsaved changes.
Syntax
Unit: Aurelius.Comp.Manager
function TAureliusManager.HasChanges(Entity: TObject): Boolean; overload;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Entity | TObject | The entity instance to check. |
Returns
True if the entity has pending changes; False otherwise.