RAD Studio VCL Reference
|
This is namespace Dialogs.
Name |
Description |
The following table lists classes in this documentation. | |
The following table lists functions in this documentation. | |
The following table lists structs, records, enums in this documentation. | |
The following table lists types in this documentation. | |
The following table lists variables in this documentation. | |
The following table lists constants in this documentation. |
|
Name |
Description |
|
This is class Dialogs.EPlatformVersionException. | |
|
TColorDialog displays a modal color-selection dialog. | |
|
TCommonDialog is the ancestor of all components that represent Windows common dialog boxes. | |
|
Abstract base class for Vista style file dialogs. | |
|
Base class for Vista style file open dialogs. | |
|
Base class for Vista style file save dialogs. | |
|
Base class for Task Dialogs. | |
|
Item in a list of favorite links. | |
|
List of favorite links. | |
|
Enumerator for list of favorite items. | |
|
Class for Vista style file open dialogs. | |
|
Class for Vista style file save dialogs. | |
|
File type specification. | |
|
Collection of file type specifications. | |
|
TFindDialog displays a Find dialog that allows users to search for text in a file. | |
|
TFontDialog displays a font-selection dialog. | |
|
TOpenDialog displays a file-selection dialog. | |
|
TPageSetupDialog displays a page setup dialog. | |
|
TPrintDialog displays a Print dialog. | |
|
TPrinterSetupDialog displays a print-setup dialog for configuring printers. | |
|
TReplaceDialog displays a search-and-replace dialog. | |
|
TSaveDialog displays a "Save As" dialog for saving files. | |
|
Class for Task Dialog properties. | |
|
Base button class for Task Dialogs. | |
|
A single Task Dialog button item. | |
|
A collection of buttons appearing on a Task Dialog. | |
|
Enumerates the button collection for a Task Dialog. | |
|
Progress bar class for Task Dialogs. in one, concise sentence. | |
|
A single radio button item for Task Dialogs.. |
Name |
Description |
The number of custom colors on a Color Dialog. | |
Used to define a dialog with Abort and Ignore buttons. | |
Used to define a dialog with Abort, Retry and Ignore buttons. | |
Used to define a dialog with OK and Cancel buttons. | |
This is constant Dialogs.mbYesAllNoAllCancel. | |
Used to define a dialog with Yes and No buttons. | |
Used to define a dialog with Yes, No and Cancel buttons. | |
This is constant Dialogs.tdiError. | |
This is constant Dialogs.tdiInformation. | |
This is constant Dialogs.tdiNone. | |
This is constant Dialogs.tdiShield. | |
This is constant Dialogs.tdiWarning. |
|
Name |
Description |
|
Creates a specified message dialog. | |
|
Creates a specified message dialog. | |
|
Displays an input dialog box that lets the user enter a string, double, or integer. | |
|
Displays an input dialog box that lets the user enter a string, double, or integer. | |
|
Displays a message dialog box in the center of the screen. | |
|
Displays a message dialog box in the center of the screen. | |
|
Displays a message dialog box at the specified screen coordinates. | |
|
Displays a message dialog box at the specified screen coordinates. | |
|
Displays a message dialog box whose help is supplied in a named help file. | |
|
Displays a message dialog box whose help is supplied in a named help file. | |
|
Displays an open or save dialog, where the user can specify a file name. | |
|
Displays a message box with an OK button. | |
|
Displays a message box with a formatted message. | |
|
Displays a message box at a specified location. | |
|
Displays a message task dialog box in the center of the screen. | |
|
Displays a message task dialog box in the center of the screen. | |
|
Displays a message task dialog box at the specified screen coordinates. | |
|
Displays a message task dialog box at the specified screen coordinates. | |
|
Displays a message task dialog box whose help is supplied in a named help file. | |
|
Displays a message task dialog box whose help is supplied in a named help file. |
|
Name |
Description |
|
TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. | |
|
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 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 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 indicates the type of control that appears in a file selection dialog for the file name. | |
|
TFindOption and TFindOptions determine the controls that appear in a find dialog. | |
|
TFontDialogDevice indicates the source from which a TFontDialog instance obtains its list of fonts. | |
|
TFontDialogOption and TFontDialogOptions are flags that influence the appearance and behavior of a font dialog. | |
|
TMsgDlgBtn defines a set of values used by MessageDlg and MessageDlgPos functions. | |
|
TMsgDlgType defines values describing the type of message box. | |
|
TOpenOption and TOpenOptions determine the behavior of a file selection dialog. | |
|
TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. | |
|
Specifies page setup measure unit types. | |
|
This is record Dialogs.TPageSetupDialogOption. | |
|
TPageType indicates the type of page being configured for printing. | |
|
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. | |
|
This is record Dialogs.TPrinterKind. | |
|
TPrintRange indicates how the user specified the set of pages to print. | |
|
TProgressBarState defines a set of values used by the State property. | |
|
Buttons for Task Dialogs. | |
|
Flags for Task Dialogs. |
Name |
Description |
TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component. | |
TCustomColors is an array that holds the color values for your custom colors. | |
TFDApplyEvent is the type for event handlers that respond when the user clicks the Apply button in a nonmodal font dialog. | |
Event for user clicking OK. | |
Event before a directory is opened or closed from the dialog. | |
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. | |
Event just before a file would be overwritten. | |
Event when sharing violations arise from open or save operations. | |
TFindOption and TFindOptions determine the controls that appear in a find dialog. | |
This is type Dialogs.TFindReplaceFunc. | |
TFontDialogOption and TFontDialogOptions are flags that influence the appearance and behavior of a font dialog. | |
This is type Dialogs.TIncludeItemEvent. | |
TMsgDlgButtons defines a set of values used by MessageDlg and MessageDlgPos. | |
This is type Dialogs.TOFNotifyEx. | |
TOpenOption and TOpenOptions determine the behavior of a file selection dialog. | |
TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog. | |
TPageSetupBeforePaintEvent defines the class method called by the BeforePaint event. | |
Specifies page setup dialog options. | |
TPageSetupBeforePaintEvent defines the class method called by various TPageSetupDialog events. | |
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component. | |
TPrinterOrientation indicates the orientation of pages when printing. | |
This is type Dialogs.TTaskDialogButtonList. | |
An array of Buttons for Task Dialogs. | |
Flags for Task Dialogs. | |
This is type Dialogs.TTaskDialogIcon. | |
Event for a button click in a Task Dialog. | |
Event for the Task Dialog timer. |
Name |
Description |
Indicates whether open and save dialogs should display the current directory if no initial directory is assigned. | |
This is variable Dialogs.UseLatestCommonDialogs. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|