OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Because dialog boxes get their definitions and the definitions of their controls from resources, you should construct control objects using the constructors that take resource IDs.
For example:
Control objects you construct like this automatically have transfer enabled (except for button, group box, and static control objects). To explicitly exclude a control from the transfer mechanism, call its DisableTransfer member function after constructing it.