Internalize
Document ShellThe
Internalizemethod reads into memory all root frames of the specified draft, causing their parts to open the windows.
void Internalize (in ODDraft draft);
draft- A reference to the open draft object.
DISCUSSION
The document shell calls this method when opening a draft. After reading the root frames, this method reads into memory the part associated with each root frame, then passes that root frame as the parameter to its part'sOpenmethod. TheOpenmethod, in turn, creates the root (document) window for the root frame.EXCEPTIONS
kODErrOutOfMemory- There is not enough memory to read in the data.
SEE ALSO
TheODPart::Openmethod (page 534).
TheODWindowState::Externalizemethod (page 860).