Property: LayoutModified for View
- Mise à jour2024-09-12
- Temps de lecture : 1 minute(s)
DIAdem VIEW > Properties > Property: LayoutModified for View
Property: LayoutModified for View
Indicates whether the layout in DIAdem VIEW was modified after it was last saved.
Object.LayoutModified
| Object | View Object with this property |
| Object.LayoutModified | Boolean value with read access |
The following example checks whether the layout contains modifications that are not saved:
| VBScript | Python |
If View.LayoutModified Then Call MsgBoxDisp("Layout was changed.") End If