OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Using dialog boxes

A Windows application often needs to prompt the user for file names, colors, or fonts.

ObjectWindows provides classes that make it easy to use dialog boxes, including input dialog boxes and common dialog boxes.

The following table lists the different types of dialog boxes and the ObjectWindows class that encapsulates each one.

TypeObjectWindows class
ColorTChooseColorDialog
FontTChooseFontDialog
File openTFileOpenDialog
File saveTFileSaveDialog
Find stringTFindDialog
Input from userTInputDialog
Printer abort dialogTPrinterAbortDlg
Printer controlTPrintDialog
Replace stringTReplaceDialog

See Also