Vcl.Dialogs.UseLatestCommonDialogs
Delphi
UseLatestCommonDialogs: Boolean = True;
C++
extern DELPHI_PACKAGE bool UseLatestCommonDialogs;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
Indicates whether the open, save, and task dialogs should use Windows Vista or later Windows operating system-specific APIs.
The UseLatestCommonDialogs variable is set to True by default, so the Vista or later Windows operating system dialogs (TTaskDialog, TFileSaveDialog, TFileOpenDialog) are automatically used in place of MessageDlg, TOpenDialog, and TSaveDialog, when running under Windows Vista, Windows 7, or a later Windows operating system.
Set UseLatestCommonDialogs to False to use the XP style dialogs.