last()  ndoDump()

Chapter 5: General Objects and Methods

ndoClear()

Description

Clears the contents of clNdo. Removes the associations to the NDO and NNDODataNodes that it contains. Use this method before calling createRoot().

Syntax

ndoClear()

Return value

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

Usage

Pointer to object

Object

int rv;clNdo *pClNdo1;

rv = pClNdo1->ndoClear();

int rv;clNdo clNdo1;

rv = clNdo1.ndoClear();





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

View this book as PDF