OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Working with the Document Manager

TDocument provides two functions for accessing the document manager, TDocument::GetDocManager() and TDocument::SetDocManager().

GetDocManager returns a pointer to the current document manager. You can then use this pointer to access the data and function members of the document manager.

SetDocManager lets you assign the document to a different document manager.

All other document manager functionality is contained in the document manager itself.

See Also