- Function DataChangeMonitorDelete(ID)
DataChangeMonitorDelete
With the function DataChangeMonitorDelete
, you can delete a data
change monitor that was created using the function
DataChangeMonitorCreate
.
DataChangeMonitorDelete(
ID ! (input) a scalar string expression
)
Arguments
- ID
A string identifying an existing data change monitor.
Return Value
The function returns 1 upon success. If there exists no data change monitor for the given
ID
, the function returns 0. In case of any other error, it returns \(-1\) andCurrentErrorMessage
will contain a proper error message.
See also
The functions DataChangeMonitorCreate
, DataChangeMonitorReset
, DataChangeMonitorHasChanged
.