Skip to main content

TdxFileDialogPreviewOptions.Visible Property

Specifies if the dialog shows the preview pane.

Declaration

property Visible: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default Description
TdxDefaultBoolean bDefault

Specifies if the dialog displays the preview pane. Refer to the table below for the list of available values.

Remarks

Options include:

Value

Description

bTrue

The dialog shows the preview pane.

bFalse

The dialog hides the preview pane.

bDefault

The dialog synchronizes the preview with the system dialog.

The Visible property’s default value is bDefault.

See Also