- Procedure CaseDelete(case)
CaseDelete
The procedure CaseDelete
deletes a specific case node from the Data
Management tree.
CaseDelete(
case ! (input) element parameter into AllCases
)
Arguments
- case
An element parameter into
AllCases
, representing the case that you want to delete.
Return Value
The procedure returns 1 if the case is deleted successfully, or 0 otherwise.
Note
This function is only applicable if the project option
Data_Management_style
is set toSingle_Data_Manager_file
.If the option
Data_Management_style
is set todisk_files_and_folders
, please use the functionFileDelete
instead.
See also
The procedure CaseFind
.