Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Window.IsModified

Queries whether document has been modified.

Component Version macOS Windows Linux Server iOS SDK
Window 1.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Window.IsModified"; WindowRef )   More

Parameters

Parameter Description Example
WindowRef Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. 0

Description

Queries whether document has been modified.
In many OS X applications OS a little dark red dot inside the Red Close button signifies that a window has been modified. FileMaker normally doesn't use this.
Returns 1 if window is marked modified or 0 if not.

See also

This function is free to use.

Created 18th August 2014, last changed 8th August 2021


Window.IsMinimized - Window.IsVisible