OWLNext 7.0
Borland's Object Windows Library for the modern age
|
When a server gives objects to containers, the containers assume the burden of storing the objects in files and reading them back when necessary.
If your server can also run independently and load and save its own documents, it too should make use of the compound file capabilities built into TOleDocument. In its Open method, a server calls TOleDocument::Open. In its Commit method, a server should call TOleDocument::Commit and TOleDocument::CommitTransactedStorage.