Skip to main content

TdxFileDialogPreviewOptions Class

Contains preview settings for a shell dialog.

Declaration

TdxFileDialogPreviewOptions = class(
    TPersistent
)

Remarks

The TdxFileDialogPreviewOptions class members allow you to do the following:

  • Adjust the file preview update delay (Delay).

  • Specify file preview sources (Sources).

  • Show or hide the preview pane (Visible).

The TdxOpenFileDialog.OptionsPreview and TdxSaveFileDialog.OptionsPreview properties reference a TdxFileDialogPreviewOptions object.

Inheritance

TObject
TPersistent
TdxFileDialogPreviewOptions
See Also