OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Transferring Data To a Window

Transfer to a window happens automatically when you construct a window object.

The constructor calls SetupWindow to create an interface element to represent the window object; it then calls TransferData to load any data from the transfer buffer. The window object's SetupWindow calls SetupWindow for each of its child windows as well, so each of the child windows has a chance to transfer its data. Because the parent window sets up its child windows in the order it constructed them, the data in the transfer buffer must appear in that same order.

See Also