Function
Removes information added to an Object by DXGrow.
Syntax
#include <dx/dx.h>
Object DXShrink(Object object)
Functional Details
Removes information from Object object added onto each partition of Composite Field members of object by DXGrow.
Each "original component" in object is renamed "component," replacing any existing components of that name. To prevent this, the "original component" can be deleted with DXRemove or DXDeleteComponent before DXShrink is called.
Return Value
Returns the Object with added data removed or returns NULL and sets an error code.
See Also
DXDeleteComponent, DXGrow, DXGrowV, DXRemove
14.4 , "Growing and Shrinking Partitioned Data".