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

When a modal dialog box receives a command message with a control ID of IDOK, it automatically transfers data from the controls into the transfer buffer.

Usually this message indicates that the user chose OK to close the dialog box, so the dialog box automatically updates its transfer buffer. Then, if you execute the dialog box again, it transfers from the transfer buffer to the controls.

See Also