Vcl.Dialogs
From RAD Studio API Documentation
Contents |
Classes
| EPlatformVersionException | Exception raised when the application uses a class that requires Windows Vista, Windows 7, 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 or later Windows operating systems style file dialogs. |
| TCustomFileOpenDialog | Base class for Vista or later Windows operating system style file open dialogs. |
| TCustomFileSaveDialog | Base class for Vista or later Windows operating system 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 and newer Windows operating systems style file open dialogs. |
| TFileSaveDialog | Class for Vista and newer Windows operating systems 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.. |
Routines
| 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. |
Types
| _di_TInputCloseQueryFunc | |
| TColorDialogOption | TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. |
| 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. |
| 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. |
| 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. |
| 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. |
| TFileDialogShareViolationEvent | Event when sharing violations arise from open or save operations. |
| 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. |
| TFindOptions | TFindOption and TFindOptions determine the controls that appear in a find dialog. |
| TFindReplaceFunc | Internal function used by TFindDialog and TReplaceDialog. |
| 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. |
| 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. |
| TInputCloseQueryEvent | |
| TInputCloseQueryFunc | |
| TMsgDlgBtn | TMsgDlgBtn defines a set of values used by MessageDlg and MessageDlgPos functions. |
| TMsgDlgButtons | TMsgDlgButtons defines a set of values used by MessageDlg and MessageDlgPos. |
| TMsgDlgType | TMsgDlgType defines values describing the type of message box. |
| TOFNotifyEx | Type for structures that include information about the shell folder. |
| TOpenOption | TOpenOption and TOpenOptions determine the behavior of a file selection dialog. |
| TOpenOptionEx | TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. |
| TOpenOptions | TOpenOption and TOpenOptions determine the behavior of a file selection dialog. |
| TOpenOptionsEx | TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. |
| TPageMeasureUnits | Specifies page setup measure unit types. |
| TPageSetupBeforePaintEvent | TPageSetupBeforePaintEvent defines the class method called by the BeforePaint event. |
| TPageSetupDialogOption | Specifies page setup dialog options. |
| TPageSetupDialogOptions | Specifies page setup dialog options. |
| TPageType | TPageType indicates the type of page being configured for printing. |
| TPaintPageEvent | TPageSetupBeforePaintEvent defines the class method called by various TPageSetupDialog events. |
| TPrintDialogOption | TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. |
| TPrintDialogOptions | TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. |
| TPrinterKind | TPrinterKind is no longer used. |
| TPrinterOrientation | TPrinterOrientation indicates the orientation of pages when printing. |
| TPrintRange | TPrintRange indicates how the user specified the set of pages to print. |
| TProgressBarState | TProgressBarState defines a set of values used by the State property. |
| TTaskDialogButtonList | An array of buttons for TTaskDialog. |
| TTaskDialogCommonButton | Buttons for Task Dialogs. |
| TTaskDialogCommonButtons | An array of Buttons for Task Dialogs. |
| TTaskDialogFlag | Flags 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. |
Variables
| 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 or later Windows operating system-specific APIs. |
Constants
| MaxCustomColors | MaxCustomColors: Integer = $10; |
| mbAbortIgnore | mbAbortIgnore: Set = [mbAbort,mbIgnore]; |
| mbAbortRetryIgnore | mbAbortRetryIgnore: Set = [mbAbort..mbIgnore]; |
| mbOKCancel | mbOKCancel: Set = [mbOK..mbCancel]; |
| mbYesAllNoAllCancel | mbYesAllNoAllCancel: Set = [mbYes..mbNo,mbCancel,mbNoToAll..mbYesToAll]; |
| mbYesNo | mbYesNo: Set = [mbYes..mbNo]; |
| mbYesNoCancel | mbYesNoCancel: Set = [mbYes..mbNo,mbCancel]; |
| tdiError | tdiError: Integer = 2; |
| tdiInformation | tdiInformation: Integer = 3; |
| tdiNone | tdiNone: Integer = 0; |
| tdiShield | tdiShield: Integer = 4; |
| tdiWarning | tdiWarning: Integer = 1; |