TObjectManager.HasChanges Method
Overloads
TObjectManager.HasChanges
Returns True if any managed entity has pending changes that would be persisted by a call to Flush.
Syntax
Unit: Aurelius.Engine.ObjectManager
function TObjectManager.HasChanges: Boolean; overload;
See also
TObjectManager.HasChanges(TObject)
Returns True if the specified entity has pending changes that would be persisted by a call to Flush.
Syntax
Unit: Aurelius.Engine.ObjectManager
function TObjectManager.HasChanges(Entity: TObject): Boolean; overload;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Entity | TObject | The entity to check for pending changes. |
Returns
True if the entity has been modified since it was last loaded or saved; False otherwise.