Function tip_Close


Prototype: tip_Close(Collection);
Arguments:

Collection: Collection Object to be closed. (CDM_Collection)


Prototype: tip_Close(Document);
Arguments:

Document: Document Object to be closed. (CDM_Document)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

tip_Close(Collection):
Closes the given Collection and frees all the memory occupied by the Collection and its Documents.

tip_Close(Document):
Closes the given Document and frees all the memory occupied by this Document.

Return Value:

tip_Close(Collection):
None.

tip_Close(Document):
None.

Notes:

tip_Close(Collection):
This function is equivelant to CDM_Close (C++ API).

tip_Close(Document):
This function is equivelant to CDM_Close (C++ API).

See Also:

tip_Close(Collection):
CDM_Close

tip_Close(Document):
CDM_Close


Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.