Function
Deletes a component from a Field.
Syntax
#include <dx/dx.h>
Object DXRemove(Object o, char *name)
Functional Details
Deletes a component of the specified name, for each Field in Object o. Object o can be a single Field or any Object that can contain Fields (for example, Group or Series). For a single Field, this is equivalent to calling DXDeleteComponentValue.
Return Value
It is an error if no components of the specified name are found in any of the Fields of o. Returns o on success, or returns NULL and sets the error code to indicate an error.
See Also
DXDeleteComponent, DXExists, DXExtract, DXInsert, DXRename, DXReplace, DXSwap
12.10 , "Component Manipulation".
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]