prevAttribute()  saveNCF()

Chapter 5: General Objects and Methods

removeChild()

Description

Removes a child of the NNDODataObject associated with the current clNdo. The child can be found by the findChild() or findChildAttribute() methods.

Syntax

removeChild(clNdo *pClNdo	)

Parameter

Description

pClNdo

Pointer to a clNdo object associated with a child of the current clNdo.

Return value

Integer. Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

int rv;clNdo ClNdoChild;clNdo *pClNDdoParent->

//clNdoChild is a child of //clNdoParent.rv = clNdoParent.removeChild    (&clNdoChild);

int rv;clNdo clNDdoChild;clNdo clNDdoParent;

//clNdoChild is a child of //clNdoParent.rv = clNdoParent.removeChild    (&clNdoChild);





Copyright © 2005. Sybase Inc. All rights reserved. saveNCF()

View this book as PDF