Documentación de la API > View manager > Object ProSimprepdataitem > Function ProSimprepdataitemDelete
Function ProSimprepdataitemDelete
Description
Deletes the specified item from the ProSimprepdata structure.
NOTE:
If an item is deleted from ProSimprepdata, its last status in the simplified representation will remain unchanged after calling ProSimprepdataSet. This should not be confused with deleting the item from the simplified representation, which can be achieved by setting the item action to PRO_SIMPREP_NONE.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprepdata.h>
ProSimprepdataitemDelete
(
/* (In)
The pointer to the ProSimprepdata structure
*/
/* (In)
The item to delete
*/
)
Returns
The function successfully deleted the item from the structure.
One or more of the arguments are invalid.
The function did not find the specified item in the structure.
Sample Code References
User Guide References
¿Fue esto útil?