OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Regardless of the type of control object you're using, there are several tasks you need to perform for each:
Constructing a control object is no different from constructing any other child window. Generally, the parent window's constructor calls the constructors of all its child windows.
Controls communicate with parent windows in special ways (called notifications) in addition to the usual links between parent and child.
To construct and initialize a control object: