Prototype: | tip_Status(Collection);
|
---|
Arguments: | Collection: A Collection object. (CDM_Collection)
|
---|
|
|
Prototype: | tip_Status(Document);
|
---|
Arguments: | Collection: A Collection object. (CDM_Collection)
|
---|
|
|
Description:
This function will return information about the specified Collection.
This information will be stored as text in a newly created Tcl object. This function will always create and return a new Tcl string object.
In case of an error, an error message will be prompted.
Return Value:
This function returns a Tcl string object,
containing the information of the specified Collection.
The caller is responsible to free this object through Tcl_DecrRefCount
or tip_Free.
See Also:
tip_Free, Tcl_DecrRefCount
Generated by: petasis@aias on Wed Aug 16 10:31:46 PM EEST 2006.