OWLNext 7.0
Borland's Object Windows Library for the modern age
|
You cannot directly create an instance of TView.
TView contains a number of pure virtual functions and placeholder functions whose functionality must be provided in any derived classes. But you must call the TView constructor when you are constructing your TView-derived object. The TView constructor takes one parameter, a reference to the view's associated document. You must provide a valid reference to a TDocument-derived object.