Default values

Last changed 1995.02.11


Version
None specified
Terms
TDialog; TInputLine

This code example shows how to display a default value in a dialog box.

   TInputLine *control = new TInputLine(......);
   control->setData(buffer);
   // other stuff
   execView(dialog_with_TInputLine);

Here, buffer is the pointer to the text to be inserted into the TInputLine.