- Function DatasetGetChangedStatus(data\_category)
DatasetGetChangedStatus
The function DatasetGetChangedStatus
returns whether the data
associated with a specific data category has changed and thus needs to
be saved.
DatasetGetChangedStatus(
data_category ! (input) element in AllDataCategories
)
Arguments
- data_category
An element in
AllDataCategories
, specifying the data category for which the changed status must be retrieved.
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 toSingle_Data_Manager_file
.
See also
The functions DatasetSetChangedStatus
, DatasetSave
.