IMbElementDependencies.Modified

Syntax

Modified: Boolean;

Description

The Modified property returns a flag of changes availability in a collection.

Comments

By default this property is set to False. If new dependencies are added into a collection or existent ones are removed the property returns value True. If there are any changes in a collection it is necessary to call the IMbElementDependenciesDatabase.Update method to save all changes in repository.

See also:

IMbElementDependencies