[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

DefaultOpenDialogOptions

Set constant with the default Open Dialog options used in TOpenDialog.

Declaration

Source position: dialogs.pp line 216

const DefaultOpenDialogOptions = [ofEnableSizing, ofViewDetail];

Description

Contains the following values from the TOpenOption enumeration:

ofEnableSizing
Allows the dialog to be resized.
ofViewDetail
Enables the file detail view in the QT4 and QT5 widgetsets. Not implemented for any other platforms in the current LCL version.

DefaultOpenDialogOptions is used as the default value for the Options property in TOpenDialog.

See also

TOpenDialog.Options

  

Options to be used for this dialog.

TOpenOption

  

Options which can be used in a TOpenDialog instance.


Version 3.2 Generated 2024-02-25 Home