OWLNext 6.32
Classes
Common Dialogs

Classes

class  owl::TChooseColorDialog
 Wrapper for the Choose-Color common dialog. More...
class  owl::TChooseFontDialog
 Encapsulates the Choose-Font common dialog. More...
class  owl::TCommonDialog
class  owl::TCommDlg
 delay loading COMDLG32.DLL/COMMDLG.DLL More...
class  owl::TFindReplaceDialog
class  owl::TFindDialog
class  owl::TReplaceDialog
class  owl::TOpenSaveDialog
class  owl::TFileOpenDialog
class  owl::TFileSaveDialog

Detailed Description

TDialog lets you create specialized windows referred to as dialog boxes. Dialog boxes typically ask users for information about fonts, colors, files, printing options, or searching and replacing text. Depending on their purpose, dialog boxes can be either modal, those which prevent a user from selecting other windows, or modeless, those which permit a user to select other windows. You can create your own customized dialog boxes or use one of the ObjectWindows classes that encapsulates Windows' common dialog boxes. The following common dialog classes are derived from TCommonDialog which is itself derived from TDialog, the base dialog box class.