OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Using Transfer with a Window

Controls constructed in a window have transfer disabled by default.

To enable transfer, call the control object's EnableTransfer member function:

ListBox = new TListBox(this, ID_LISTBOX, 20, 20, 340, 100);
ListBox->EnableTransfer();

See Also