Call this function to determine whether the Item has been modified since it was last saved.

syntaxSyntax:
DlxItem.IsModified()

Return Value

True if the Item has been modified since it was last saved; otherwise false.

Example

  Copy codeCopy code
if (DlxApp.GetJob().GetProject().IsModified())
{
  ...
}

See also