Dialogs
Contents |
Delphi Information
Array
| TCustomColors |
TCustomColors is an array that holds the color values for your custom colors. |
| TTaskDialogButtonList |
An array of buttons for TTaskDialog. |
Class
| EPlatformVersionException |
Exception raised when the application uses a class that requires Windows Vista or a later version of Windows. |
| TColorDialog |
TColorDialog displays a modal color-selection dialog. |
| TCommonDialog |
TCommonDialog is the ancestor of all components that represent Windows common dialog boxes. |
| TCustomFileDialog |
Abstract base class for Vista style file dialogs. |
| TCustomFileOpenDialog |
Base class for Vista style file open dialogs. |
| TCustomFileSaveDialog |
Base class for Vista style file save dialogs. |
| TCustomTaskDialog |
Base class for Task Dialogs. |
| TFavoriteLinkItem |
Item in a list of favorite links. |
| TFavoriteLinkItems |
List of favorite links. |
| TFavoriteLinkItemsEnumerator |
Enumerator for list of favorite items. |
| TFileOpenDialog |
Class for Vista style file open dialogs. |
| TFileSaveDialog |
Class for Vista style file save dialogs. |
| TFileTypeItem |
File type specification. |
| TFileTypeItems |
Collection of file type specifications. |
| TFindDialog |
TFindDialog displays a Find dialog that allows users to search for text in a file. |
| TFontDialog |
TFontDialog displays a font-selection dialog. |
| TOpenDialog |
TOpenDialog displays a file-selection dialog. |
| TPageSetupDialog |
TPageSetupDialog displays a page setup dialog. |
| TPrintDialog |
TPrintDialog displays a Print dialog. |
| TPrinterSetupDialog |
TPrinterSetupDialog displays a print-setup dialog for configuring printers. |
| TReplaceDialog |
TReplaceDialog displays a search-and-replace dialog. |
| TSaveDialog |
TSaveDialog displays a "Save As" dialog for saving files. |
| TTaskDialog |
Class for Task Dialog properties. |
| TTaskDialogBaseButtonItem |
Base button class for Task Dialogs. |
| TTaskDialogButtonItem |
A single Task Dialog button item. |
| TTaskDialogButtons |
A collection of buttons appearing on a Task Dialog. |
| TTaskDialogButtonsEnumerator |
Enumerates the button collection for a Task Dialog. |
| TTaskDialogProgressBar |
Progress bar class for Task Dialogs. in one, concise sentence. |
| TTaskDialogRadioButtonItem |
A single radio button item for Task Dialogs.. |
Const
| Constants |
Enum
| TColorDialogOption |
TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. |
| TFileDialogOption |
The settings in TFileDialogOption determine the behavior of a TCustomFileDialog file dialog. TFileDialogOptions is a set of TFileDialogOption. These options are the same as the options for the Microsoft IFileDialog::GetOptions and IFileDialog::SetOptions functions. |
| TFileDialogOverwriteResponse |
TFileDialogOverwriteResponse indicates the application's response to an overwrite request during a save operation for a TCustomFileSaveDialog dialog. These are the same values as in the FDE_OVERWRITE_RESPONSE enumerated type used in the Microsoft IFileDialogEvents::OnOverwrite method. |
| TFileDialogShareViolationResponse |
TFileDialogShareViolationResponse indicates the application's response to a sharing violation during a file open or save for a TCustomFileDialog dialog. These are the same values as in the FDE_SHAREVIOLATION_RESPONSE enumerated type used in the Microsoft IFileDialogEvents::OnShareViolation method. |
| TFileEditStyle |
TFileEditStyle indicates the type of control that appears in a file selection dialog for the file name. |
| TFindOption |
TFindOption and TFindOptions determine the controls that appear in a find dialog. |
| TFontDialogDevice |
TFontDialogDevice indicates the source from which a TFontDialog instance obtains its list of fonts. |
| TFontDialogOption |
TFontDialogOption and TFontDialogOptions are flags that influence the appearance and behavior of a font dialog. |
| TMsgDlgBtn |
TMsgDlgBtn defines a set of values used by MessageDlg and MessageDlgPos functions. |
| TMsgDlgType |
TMsgDlgType defines values describing the type of message box. |
| TOpenOption |
TOpenOption and TOpenOptions determine the behavior of a file selection dialog. |
| TOpenOptionEx |
TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. |
| TPageMeasureUnits |
Specifies page setup measure unit types. |
| TPageSetupDialogOption |
Specifies page setup dialog options. |
| TPageType |
TPageType indicates the type of page being configured for printing. |
| TPrintDialogOption |
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. |
| TPrintRange |
TPrintRange indicates how the user specified the set of pages to print. |
| TPrinterKind |
TPrinterKind is no longer used. |
| TPrinterOrientation |
TPrinterOrientation indicates the orientation of pages when printing. |
| TProgressBarState |
TProgressBarState defines a set of values used by the State property. |
| TTaskDialogCommonButton |
Buttons for Task Dialogs. |
| TTaskDialogFlag |
Flags for Task Dialogs. |
Function
| CreateMessageDialog |
Creates a specified message dialog. |
| InputBox |
Displays an input dialog box that lets the user enter a string, double, or integer. |
| InputQuery |
Displays an input dialog box that lets the user enter a string, double, or integer. |
| MessageDlg |
Displays a message dialog box in the center of the screen. |
| MessageDlgPos |
Displays a message dialog box at the specified screen coordinates. |
| MessageDlgPosHelp |
Displays a message dialog box whose help is supplied in a named help file. |
| PromptForFileName |
Displays an open or save dialog, where the user can specify a file name. |
| ShowMessage |
Displays a message box with an OK button. |
| ShowMessageFmt |
Displays a message box with a formatted message. |
| ShowMessagePos |
Displays a message box at a specified location. |
| TaskMessageDlg |
Displays a message task dialog box in the center of the screen. |
| TaskMessageDlgPos |
Displays a message task dialog box at the specified screen coordinates. |
| TaskMessageDlgPosHelp |
Displays a message task dialog box whose help is supplied in a named help file. |
Set
| TColorDialogOptions |
TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. |
| TFileDialogOptions |
The settings in TFileDialogOptions determine the behavior of a TCustomFileDialog file dialog. TFileDialogOptions is a set of TFileDialogOptions. These options are the same as the options for the Microsoft IFileDialog::GetOptions and IFileDialog::SetOptions functions. |
| TFindOptions |
TFindOption and TFindOptions determine the controls that appear in a find dialog. |
| TFontDialogOptions |
TFontDialogOption and TFontDialogOptions are flags that influence the appearance and behavior of a font dialog. |
| TMsgDlgButtons |
TMsgDlgButtons defines a set of values used by MessageDlg and MessageDlgPos. |
| TOpenOptions |
TOpenOption and TOpenOptions determine the behavior of a file selection dialog. |
| TOpenOptionsEx |
TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. |
| TPageSetupDialogOptions |
Specifies page setup dialog options. |
| TPrintDialogOptions |
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. |
| TTaskDialogCommonButtons |
An array of Buttons for Task Dialogs. |
| TTaskDialogFlags |
Flags for Task Dialogs. |
Struct
| TOFNotifyEx |
Type for structures that include information about the shell folder. |
Type
| TTaskDialogIcon |
Represents the type of icons displayed in a task dialog. |
Variable
| ForceCurrentDirectory |
Indicates whether open and save dialogs should display the current directory if no initial directory is assigned. |
| UseLatestCommonDialogs |
Indicates whether the open, save, and task dialogs should use Windows Vista-specific APIs. |
C++ Information
Class
| EPlatformVersionException |
Exception raised when the application uses a class that requires Windows Vista or a later version of Windows. |
| TColorDialog |
TColorDialog displays a modal color-selection dialog. |
| TCommonDialog |
TCommonDialog is the ancestor of all components that represent Windows common dialog boxes. |
| TCustomFileDialog |
Abstract base class for Vista style file dialogs. |
| TCustomFileOpenDialog |
Base class for Vista style file open dialogs. |
| TCustomFileSaveDialog |
Base class for Vista style file save dialogs. |
| TCustomTaskDialog |
Base class for Task Dialogs. |
| TFavoriteLinkItem |
Item in a list of favorite links. |
| TFavoriteLinkItems |
List of favorite links. |
| TFavoriteLinkItemsEnumerator |
Enumerator for list of favorite items. |
| TFileOpenDialog |
Class for Vista style file open dialogs. |
| TFileSaveDialog |
Class for Vista style file save dialogs. |
| TFileTypeItem |
File type specification. |
| TFileTypeItems |
Collection of file type specifications. |
| TFindDialog |
TFindDialog displays a Find dialog that allows users to search for text in a file. |
| TFontDialog |
TFontDialog displays a font-selection dialog. |
| TOpenDialog |
TOpenDialog displays a file-selection dialog. |
| TPageSetupDialog |
TPageSetupDialog displays a page setup dialog. |
| TPrintDialog |
TPrintDialog displays a Print dialog. |
| TPrinterSetupDialog |
TPrinterSetupDialog displays a print-setup dialog for configuring printers. |
| TReplaceDialog |
TReplaceDialog displays a search-and-replace dialog. |
| TSaveDialog |
TSaveDialog displays a "Save As" dialog for saving files. |
| TTaskDialog |
Class for Task Dialog properties. |
| TTaskDialogBaseButtonItem |
Base button class for Task Dialogs. |
| TTaskDialogButtonItem |
A single Task Dialog button item. |
| TTaskDialogButtons |
A collection of buttons appearing on a Task Dialog. |
| TTaskDialogButtonsEnumerator |
Enumerates the button collection for a Task Dialog. |
| TTaskDialogProgressBar |
Progress bar class for Task Dialogs. in one, concise sentence. |
| TTaskDialogRadioButtonItem |
A single radio button item for Task Dialogs.. |
Enum
| TColorDialogOption |
TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. |
| TFileDialogOption |
The settings in TFileDialogOption determine the behavior of a TCustomFileDialog file dialog. TFileDialogOptions is a set of TFileDialogOption. These options are the same as the options for the Microsoft IFileDialog::GetOptions and IFileDialog::SetOptions functions. |
| TFileDialogOverwriteResponse |
TFileDialogOverwriteResponse indicates the application's response to an overwrite request during a save operation for a TCustomFileSaveDialog dialog. These are the same values as in the FDE_OVERWRITE_RESPONSE enumerated type used in the Microsoft IFileDialogEvents::OnOverwrite method. |
| TFileDialogShareViolationResponse |
TFileDialogShareViolationResponse indicates the application's response to a sharing violation during a file open or save for a TCustomFileDialog dialog. These are the same values as in the FDE_SHAREVIOLATION_RESPONSE enumerated type used in the Microsoft IFileDialogEvents::OnShareViolation method. |
| TFileEditStyle |
TFileEditStyle indicates the type of control that appears in a file selection dialog for the file name. |
| TFindOption |
TFindOption and TFindOptions determine the controls that appear in a find dialog. |
| TFontDialogDevice |
TFontDialogDevice indicates the source from which a TFontDialog instance obtains its list of fonts. |
| TFontDialogOption |
TFontDialogOption and TFontDialogOptions are flags that influence the appearance and behavior of a font dialog. |
| TMsgDlgBtn |
TMsgDlgBtn defines a set of values used by MessageDlg and MessageDlgPos functions. |
| TMsgDlgType |
TMsgDlgType defines values describing the type of message box. |
| TOpenOption |
TOpenOption and TOpenOptions determine the behavior of a file selection dialog. |
| TOpenOptionEx |
TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. |
| TPageMeasureUnits |
Specifies page setup measure unit types. |
| TPageSetupDialogOption |
Specifies page setup dialog options. |
| TPageType |
TPageType indicates the type of page being configured for printing. |
| TPrintDialogOption |
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. |
| TPrintRange |
TPrintRange indicates how the user specified the set of pages to print. |
| TPrinterKind |
TPrinterKind is no longer used. |
| TTaskDialogCommonButton |
Buttons for Task Dialogs. |
| TTaskDialogFlag |
Flags for Task Dialogs. |
Function
| CreateMessageDialog |
Creates a specified message dialog. |
| InputBox |
Displays an input dialog box that lets the user enter a string, double, or integer. |
| InputQuery |
Displays an input dialog box that lets the user enter a string, double, or integer. |
| MessageDlg |
Displays a message dialog box in the center of the screen. |
| MessageDlgPos |
Displays a message dialog box at the specified screen coordinates. |
| MessageDlgPosHelp |
Displays a message dialog box whose help is supplied in a named help file. |
| PromptForFileName |
Displays an open or save dialog, where the user can specify a file name. |
| ShowMessage |
Displays a message box with an OK button. |
| ShowMessageFmt |
Displays a message box with a formatted message. |
| ShowMessagePos |
Displays a message box at a specified location. |
| TaskMessageDlg |
Displays a message task dialog box in the center of the screen. |
| TaskMessageDlgPos |
Displays a message task dialog box at the specified screen coordinates. |
| TaskMessageDlgPosHelp |
Displays a message task dialog box whose help is supplied in a named help file. |
Typedef
| TColorDialogOptions |
TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. |
| TCustomColors |
TCustomColors is an array that holds the color values for your custom colors. |
| TFDApplyEvent |
TFDApplyEvent is the type for event handlers that respond when the user clicks the Apply button in a nonmodal font dialog. |
| TFileDialogCloseEvent |
Event for user clicking OK. |
| TFileDialogFolderChangingEvent |
Event before a directory is opened or closed from the dialog. |
| TFileDialogOptions |
The settings in TFileDialogOptions determine the behavior of a TCustomFileDialog file dialog. TFileDialogOptions is a set of TFileDialogOptions. These options are the same as the options for the Microsoft IFileDialog::GetOptions and IFileDialog::SetOptions functions. |
| TFileDialogOverwriteEvent |
Event just before a file would be overwritten. |
| TFileDialogShareViolationEvent |
Event when sharing violations arise from open or save operations. |
| TFindOptions |
TFindOption and TFindOptions determine the controls that appear in a find dialog. |
| TFindReplaceFunc | |
| TFontDialogOptions |
TFontDialogOption and TFontDialogOptions are flags that influence the appearance and behavior of a font dialog. |
| TIncludeItemEvent |
TIncludeItemEvent is the type of the OnIncludeItem event handler. |
| TMsgDlgButtons |
TMsgDlgButtons defines a set of values used by MessageDlg and MessageDlgPos. |
| TOFNotifyEx |
Type for structures that include information about the shell folder. |
| TOpenOptions |
TOpenOption and TOpenOptions determine the behavior of a file selection dialog. |
| TOpenOptionsEx |
TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. |
| TPageSetupBeforePaintEvent |
TPageSetupBeforePaintEvent defines the class method called by the BeforePaint event. |
| TPageSetupDialogOptions |
Specifies page setup dialog options. |
| TPaintPageEvent |
TPageSetupBeforePaintEvent defines the class method called by various TPageSetupDialog events. |
| TPrintDialogOptions |
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. |
| TPrinterOrientation |
TPrinterOrientation indicates the orientation of pages when printing. |
| TProgressBarState |
TProgressBarState defines a set of values used by the State property. |
| TTaskDialogButtonList |
An array of buttons for TTaskDialog. |
| TTaskDialogCommonButtons |
An array of Buttons for Task Dialogs. |
| TTaskDialogFlags |
Flags for Task Dialogs. |
| TTaskDialogIcon |
Represents the type of icons displayed in a task dialog. |
| TTaskDlgClickEvent |
Event for a button click in a Task Dialog. |
| TTaskDlgTimerEvent |
Event for the Task Dialog timer. |
Variable
| ForceCurrentDirectory |
Indicates whether open and save dialogs should display the current directory if no initial directory is assigned. |
| UseLatestCommonDialogs |
Indicates whether the open, save, and task dialogs should use Windows Vista-specific APIs. |