IMetabaseObjectDescriptor.IsEdited

Syntax

IsEdited: Boolean;

Description

The IsEdited property returns whether the object description was edited.

Comments

The property returns True after the IMetabaseObjectDescriptor.EditDescriptor method is called. After entering required changes to save description, call the IMetabaseObjectDescriptor.SaveDescriptor method, description is available for further editing, and the IsEdited property returns True as usual. The property is reset to False if object description link is reset.

See also:

IMetabaseObjectDescriptor