Skip to main content
A newer version of this page is available. .

TdxOpenFileDialog Class

An Open dialog component.

Declaration

TdxOpenFileDialog = class(
    TOpenDialog,
    IdxSkinSupport
)

Remarks

This component displays the Open dialog and supports look & feel settings common to all DevExpress VCL controls. These settings allow you to keep the application’s appearance consistent for all UI elements, including shell dialogs.

Example Skins

You can call the component’s Execute method to invoke the Open dialog. This dialog allows a user to select and open files. When a user clicks the Open button, selected file names are saved to the component’s Files and FileName properties and the dialog is closed.

The Open dialog can display a preview of the last selected file at the right border. You can use the component’s OptionsPreview property to customize the dialog’s preview settings.

The TdxfrmOpenFileDialog class defines the default Open dialog form. Refer to the class description for information on available UI elements and how to replace the default dialog form with a custom implementation.

The TdxOpenFileDialog class members allow you to do the following:

Note

All DevExpress controls with built-in Windows shell navigation functionality (such as Spreadsheet and Rich Edit controls) use skinnable shell dialogs. If you prefer standard system dialogs, set the dxUseStandardShellDialogs global constant to True.

Implements

See Also