Function CaseGetChangedStatus(None)

CaseGetChangedStatus

The function CaseGetChangedStatus returns whether the data of the currently active case has changed and thus needs to be saved.

CaseGetChangedStatus

Arguments

None

Return Value

The function returns 1 if the data has changed, 0 otherwise.

Note

  • This function is only applicable if the project option Data_Management_style is set to Single_Data_Manager_file.

  • If the option Data_Management_style is set to disk_files_and_folders, please use the function DataChangeMonitorHasChanged instead.

See also

The functions CaseSetChangedStatus, CaseSave.