Call this function to determine whether the Item has been modified since it was last saved.
Syntax: |
|---|
| DlxItem.IsModified() |
Return Value
True if the Item has been modified since it was last saved; otherwise false.
Example
Copy code
|
|
|---|---|
if (DlxApp.GetJob().GetProject().IsModified())
{
...
}
|
|
