OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TDialog also provides functions that let you change resources and properties of the interface element.
Because TWindow provides generic functionality for a large variety of objects, it does not provide very specific functions for resource and property manipulation. High-level objects provide much more specific functionality. But that specific functionality builds on and is in addition to the functionality provided by TWindow:
The TWindow::Init() function in this example is used to initialize a the base class of a derived window class.